forked from RLBot/RLBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Applying hallo_doei's GUI fixes (RLBot#133)
* Applying hallo_doei's GUI fixes. * Including dependency on PyQt5. * Making good use of pathlib.
- Loading branch information
Showing
5 changed files
with
32 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
psutil | ||
inputs | ||
# This installs the rlbot package in 'editable' mode | ||
# - Your changes to python files will still be reflected, even though pip is involved. | ||
# - This will automatically install any runtime dependencies indicated in src/main/python/setup.py (see install_requires) | ||
# If you add a runtime dependency you should be adding it there, not here! | ||
# See https://stackoverflow.com/a/49684835 for more details. | ||
-e ./src/main/python | ||
|
||
|
||
# If there are any dependencies needed for development only, e.g. lint tools, unit testing, etc, add them below. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters