https://github.com/paradoxinversion/nightfall-rl
https://github.com/paradoxinversion/nightfall-rl
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paradoxinversion/nightfall-rl
- Owner: paradoxinversion
- Created: 2022-08-09T00:36:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T03:26:29.000Z (over 3 years ago)
- Last Synced: 2025-03-13T09:19:50.491Z (about 1 year ago)
- Language: Python
- Size: 645 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nightfall-rl
## Python Virtual Environment
This project uses a python virtual environment.
To invoke on linux/macOS execute
```sh
source ./bin/activate
```
To invoke on windows execute
```ps
.\bin\activate
```