Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/martinjrobins/ode_tfp


https://github.com/martinjrobins/ode_tfp

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Installation

```bash
python3 -m venv env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
```