Skip to content

Commit

Permalink
added python to path correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ronraisch authored May 24, 2019
1 parent 582d367 commit bfae8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
color 0a
git clone https://github.com/ronraisch/Clash-of-Clans-AI.git
cd Clash-of-Clans-AI
For %%p IN (where python) DO set PATH=%PATH%;%%p
For /f %%p IN ('where python') DO set PATH=%PATH%;%%p
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m http.server 8000
Expand Down

0 comments on commit bfae8d1

Please sign in to comment.