Closed obo closed 3 years ago
README.md mentions installation from source. I tried this:
virtualenv venv venv/bin/activate git clone https://github.com/ELITR/SLTev.git cd SLTev python3 setup.py install
but failed:
... exec(code, globals, locals) File "/tmp/easy_install-406evla7/numpy-1.20.1/setup.py", line 30, in <module> RuntimeError: Python version >= 3.7 required.
I suggest README.md to mention:
It's done.
Tested with 3.6.9, worked.
README.md mentions installation from source. I tried this:
but failed:
I suggest README.md to mention: