openmodal / OpenModal

Open source experimental modal analysis software.
http://www.openmodal.com
Other
104 stars 46 forks source link

Virtual enivironment in pipenv #37

Open sbtlaarzc opened 6 years ago

sbtlaarzc commented 6 years ago

I recommend we use pipenv library for setting up the virtual-environment:

Pipenv — the officially recommended Python packaging tool from Python.org

In order to do this change I will change the requirements.txt file to Pipfile and Pipfile.lock. I will also add instructions to the Readme.md.

@matmr , @jankoslavic, @miha-pirnat do you agree?

jankoslavic commented 6 years ago

sure

sbtlaarzc commented 6 years ago

I created a seperate branch (pipenv), where you can test the pipenv. For instructions, see the Readme.md file.

matmr commented 6 years ago

First time hearing about it. Getting old I guess :D

Will check it out. Still think it might be good to have requirements.txt present. It's kind of a golden standard.