Change Windows build instructions

This commit is contained in:
adrienmalin 2018-11-11 14:22:47 +01:00
parent ed655b1c27
commit f4d502abbc

View File

@ -26,12 +26,10 @@ Yet another Tetris clone, with Qt5 on Python 3
* On Windows:
Download and extract [source](https://github.com/adrienmalin/TETRIS2000/archive/master.zip)
Open a command prompt and go to extracted directory
```batch
REM Create and enter folder
mkdir TETRIS2000
cd TETRIS2000
REM Clone repository
git clone https://github.com/adrienmalin/TETRIS2000
REM Create and activate a virtual environment
python -m venv venv
call venv\scripts\activate.bat