add requirements.txt (pip freeze); readme
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# ElvenBane
|
||||||
|
|
||||||
|
## Запуск с virtualenv
|
||||||
|
#### Linux/WSL:
|
||||||
|
```
|
||||||
|
virtualenv .venv
|
||||||
|
source .venv/bin/activate
|
||||||
|
```
|
||||||
|
|
||||||
|
#### PowerShell:
|
||||||
|
```
|
||||||
|
python -m venv .venv
|
||||||
|
.venv\Scripts\Activate.ps1
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Общее:
|
||||||
|
```
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
6
requirements.txt
Normal file
6
requirements.txt
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
pathfinding==1.0.20
|
||||||
|
psutil==7.2.2
|
||||||
|
pygame-ce==2.5.6
|
||||||
|
pygame_gui==0.6.14
|
||||||
|
python-i18n==0.3.9
|
||||||
|
typing_extensions==4.15.0
|
||||||
Reference in New Issue
Block a user