mirror of
https://github.com/kristoferssolo/Tetris.git
synced 2026-03-22 00:36:20 +00:00
docs: update install instructions
This commit is contained in:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user