illinois-ceesd / emirge

Environment for MirgeCom
MIT License
4 stars 3 forks source link

Options --conda-pkgs=FILE --pip-pkgs=FILE #67

Closed MTCam closed 4 years ago

MTCam commented 4 years ago

This PR adds two options:

--conda-pkgs=FILE allows user to direct emirge to install additional/custom packages into the conda environment. The FILE should be a text file with a list of package names.

--pip-pkgs=FILE allows the user to direct emirge to install additional/custom packages using pip. The FILE should be a list of packages with the same syntax as requirements.txt. Git packages will automatically be cloned in the install location.

MTCam commented 4 years ago

It must have dissed your review automatically. That is not something I explicitly did.

matthiasdiener commented 4 years ago

It must have dissed your review automatically. That is not something I explicitly did.

Yes, this happens automatically when pushing a new commit.

MTCam commented 4 years ago

Sorry, just wanted to add usage info since an optional argument as added to install-conda-dependencies