Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add environment.yml for use with conda env create #4

Closed
wants to merge 1 commit into from
Closed

Add environment.yml for use with conda env create #4

wants to merge 1 commit into from

Conversation

caseyfitz
Copy link

@caseyfitz caseyfitz commented Jun 18, 2020

Just starting to play around and all of the CLI code is working great!

To streamline the setup even further (but not quite Docker far), I created an environment.yml that enables a one-line install in conda (see updated README). This way you only have one file to update if/as requirements change.

Instead of manually typing out an environment name and installing each requirement, we can now just run

conda env create -f environment.yml

@Kreijstal
Copy link

Someone wrote a docker file look at #3

@caseyfitz caseyfitz closed this Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants