mirror of
https://github.com/kristoferssolo/Tetris.git
synced 2025-10-21 20:00:35 +00:00
docs: update install instructions
This commit is contained in:
parent
e9ee2e31fb
commit
8298aef8b4
1
.gitignore
vendored
1
.gitignore
vendored
@ -162,3 +162,4 @@ debug
|
|||||||
.logs/
|
.logs/
|
||||||
checkpoints
|
checkpoints
|
||||||
assets/highscore
|
assets/highscore
|
||||||
|
typst/*.pdf
|
||||||
|
|||||||
@ -40,7 +40,7 @@ cd Tetris
|
|||||||
|
|
||||||
3. Install the required dependencies:
|
3. Install the required dependencies:
|
||||||
```bash
|
```bash
|
||||||
pip install .
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Run the game:
|
4. Run the game:
|
||||||
|
|||||||
@ -99,7 +99,7 @@ cd Tetris
|
|||||||
|
|
||||||
3. Instalējiet nepieciešamās atkarības:
|
3. Instalējiet nepieciešamās atkarības:
|
||||||
```bash
|
```bash
|
||||||
pip install .
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Palaidiet spēli:
|
4. Palaidiet spēli:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user