mirror of
https://github.com/linyiLYi/street-fighter-ai.git
synced 2025-04-04 23:20:43 +00:00
Merge 6177328183
into 78cb661e6c
This commit is contained in:
commit
70cd36e9f2
@ -29,6 +29,10 @@ This project is based on the Python programming language and primarily utilizes
|
||||
conda create -n StreetFighterAI python=3.8.10
|
||||
conda activate StreetFighterAI
|
||||
|
||||
# Fix the version of wheel and setuptools to avoid gym compiling issue
|
||||
pip install wheel==0.38.4
|
||||
pip install setuptools==65.0.0
|
||||
|
||||
# Install Python libraries
|
||||
cd [parent_directory_of_project]/street-fighter-ai/main
|
||||
pip install -r requirements.txt
|
||||
|
@ -29,6 +29,10 @@
|
||||
conda create -n StreetFighterAI python=3.8.10
|
||||
conda activate StreetFighterAI
|
||||
|
||||
# 设置可用的wheel和setuptools以避免gym安装问题
|
||||
pip install wheel==0.38.4
|
||||
pip install setuptools==65.0.0
|
||||
|
||||
# 安装 Python 代码库
|
||||
cd [项目上级文件夹]/street-fighter-ai/main
|
||||
pip install -r requirements.txt
|
||||
|
@ -29,6 +29,10 @@ Este proyecto se basa en el lenguaje de programación Python y utiliza principal
|
||||
conda create -n StreetFighterAI python=3.8.10
|
||||
conda activate StreetFighterAI
|
||||
|
||||
# Fix the version of wheel and setuptools to avoid gym compiling issue
|
||||
pip install wheel==0.38.4
|
||||
pip install setuptools==65.0.0
|
||||
|
||||
# Instalar bibliotecas de Python
|
||||
cd [directorio_padre_del_proyecto]/street-fighter-ai/main
|
||||
pip install -r requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user