An open API service indexing awesome lists of open source software.

https://github.com/pybites/platform-dependencies


https://github.com/pybites/platform-dependencies

Last synced: 6 months ago
JSON representation

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).