https://github.com/pybites/platform-dependencies
https://github.com/pybites/platform-dependencies
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pybites/platform-dependencies
- Owner: pybites
- Created: 2020-05-24T06:15:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T00:13:57.000Z (8 months ago)
- Last Synced: 2024-11-06T03:50:40.350Z (7 months ago)
- Size: 87.9 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Platform Dependencies
If you want to work locally on our Bites use:
1. [requirements.txt](https://github.com/pybites/platform-dependencies/blob/master/requirements.txt) for a [regular Python 3.10 virtual environment](https://pybit.es/the-beauty-of-virtualenv.html) (note that this excludes `MutPy==0.6.1` because Test Bites still use Python 3.7 at this time! You can follow the Bite tags on the platform, each Bite has a tag / label with the Python version it's using)
2. [environment.yml](https://github.com/pybites/platform-dependencies/blob/master/environment.yml) for Anaconda / `conda` (check out [Martin's workflow article](https://pybit.es/guest-anaconda-workflow.html) for more info).