Skip to content

Commit

Permalink
#2 fixing pip call
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Feb 29, 2024
1 parent b06fb68 commit 673050c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web/docs/Installing/Windows_Build.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Editing the CMake settings using Visual Studio
- Test start a python script and add association
- Add Python to the path (also the Scripts dir), find it at `C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64`
- Install pyautogui, scipy, rtree, pyproj, lxml following the instructions https://docs.microsoft.com/en-us/visualstudio/python/tutorial-working-with-python-in-visual-studio-step-05-installing-packages?view=vs-2019
- If not, use `pip install tools\requirements.txt`, possibly with the `--user` option if you don't have admin rights
- If not, use `pip install -r tools\requirements.txt`, possibly with the `--user` option if you don't have admin rights

- (after 30 days) Setup a Microsoft account (if you do not already have one) and register your Visual Studio

Expand Down

0 comments on commit 673050c

Please sign in to comment.