Closed MTCam closed 4 years ago
It must have dissed your review automatically. That is not something I explicitly did.
It must have dissed your review automatically. That is not something I explicitly did.
Yes, this happens automatically when pushing a new commit.
Sorry, just wanted to add usage info since an optional argument as added to install-conda-dependencies
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 asrequirements.txt
. Git packages will automatically be cloned in the install location.