RagtagOpen / nomad

Apache License 2.0
10 stars 22 forks source link

Pin python version in pipfile. #716

Closed jmcarp closed 6 years ago

jmcarp commented 6 years ago

Reflect that only python 3.6 is supported.

iandees commented 6 years ago

We shouldn't need this anymore. What error did this solve for you?

jmcarp commented 6 years ago

Running pipenv install on a fresh clone used python 2.7 when it should use 3.6.

iandees commented 6 years ago

For the record, this should just be a convenience. The app is designed to work on Python 2.7+.