Skip to content

Commit

Permalink
Docs: Use ModuleUpdate.py #3785
Browse files Browse the repository at this point in the history
  • Loading branch information
qwint authored Dec 12, 2024
1 parent d773695 commit 9815306
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/running from source.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Recommended steps
[Discord in #ap-core-dev](https://discord.com/channels/731205301247803413/731214280439103580/905154456377757808)

* It is recommended to use [PyCharm IDE](https://www.jetbrains.com/pycharm/)
* Run Generate.py which will prompt installation of missing modules, press enter to confirm
* In PyCharm: right-click Generate.py and select `Run 'Generate'`
* Without PyCharm: open a command prompt in the source folder and type `py Generate.py`
* Run ModuleUpdate.py which will prompt installation of missing modules, press enter to confirm
* In PyCharm: right-click ModuleUpdate.py and select `Run 'ModuleUpdate'`
* Without PyCharm: open a command prompt in the source folder and type `py ModuleUpdate.py`


## macOS
Expand Down

0 comments on commit 9815306

Please sign in to comment.