change readme
This commit is contained in:
parent
9a73fa0ff9
commit
d74c866caf
@ -6,6 +6,12 @@
|
|||||||
git pull https://cantyonion.site/git/cantyonion/LXCsGame.git
|
git pull https://cantyonion.site/git/cantyonion/LXCsGame.git
|
||||||
cd LXCsGame
|
cd LXCsGame
|
||||||
python -m venv .venv
|
python -m venv .venv
|
||||||
|
|
||||||
|
# for Windows user
|
||||||
|
.venv\Script\active.bat
|
||||||
|
# for Linux user
|
||||||
|
source .venv/bin/active
|
||||||
|
|
||||||
pip install pygame
|
pip install pygame
|
||||||
python main.py
|
python main.py
|
||||||
```
|
```
|
Reference in New Issue
Block a user