Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinjrobins/ode_tfp
https://github.com/martinjrobins/ode_tfp
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/martinjrobins/ode_tfp
- Owner: martinjrobins
- Created: 2020-04-08T17:29:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T00:22:57.000Z (almost 2 years ago)
- Last Synced: 2024-06-13T19:21:50.481Z (7 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```