https://github.com/pybites/platform-dependencies
https://github.com/pybites/platform-dependencies
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pybites/platform-dependencies
- Owner: pybites
- Archived: true
- Created: 2020-05-24T06:15:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T21:23:13.000Z (over 1 year ago)
- Last Synced: 2025-04-12T23:48:17.494Z (about 1 year ago)
- Size: 89.8 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
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).