Skip to content
Snippets Groups Projects
Unverified Commit eb23da3f authored by Daniel Ecer's avatar Daniel Ecer Committed by GitHub
Browse files

removed cython dependency (#110)

parent a36b1451
No related branches found
No related tags found
No related merge requests found
...@@ -34,14 +34,6 @@ and: ...@@ -34,14 +34,6 @@ and:
pip install -r requirements.dev.txt pip install -r requirements.dev.txt
``` ```
## Cython
Run:
```bash
python setup.py build_ext --inplace
```
## Local vs. Cloud ## Local vs. Cloud
Almost all of the commands can be run locally or in the cloud. Simply add `--cloud` to the command to run it in the cloud. You will have to have [gsutil](https://cloud.google.com/storage/docs/gsutil) installed even when running locally. Almost all of the commands can be run locally or in the cloud. Simply add `--cloud` to the command to run it in the cloud. You will have to have [gsutil](https://cloud.google.com/storage/docs/gsutil) installed even when running locally.
......
flake8==3.7.7 flake8==3.7.7
Cython==0.29.10
nose==1.3.7 nose==1.3.7
pylint==1.9.4 pylint==1.9.4
pytest==4.6.2 pytest==4.6.2
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment