Boulder-Cryogenic-Quantum-Testbed / scresonators

Data analysis code for cryogenic resonator measurement
MIT License
30 stars 25 forks source link

migrate to pipenv? #159

Closed jorger99 closed 1 year ago

jorger99 commented 1 year ago

I'm cleaning up the mess of workspaces I described yesterday in our meeting. I want to use pipenv since it is supposedly much more stable than using pip + requirements.txt. It is supposedly backwards compatible with the oldschool requirements.txt.

Right now I've created a new workspace for myself with a completely empty virtual env created by pipenv and plan on building scres from source and see how that goes.

update: there is also a --dev flag that can install the dependencies necessary for contributors, but would not be necessary to use the library.