-
Notifications
You must be signed in to change notification settings - Fork 1
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
env setup -- README + requirements.txt #21
Comments
@cmoscardi Can you try |
I ran into two issues (on windows. this could be b/c the environment on my laptop is weird and i rarely use it):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The readme specifies a command
conda create --name env_name --file requirements.txt
. This fails on my windows machine. Other permutations of conda commands (e.g.conda env create
) also fail.Other comments:
environment.yml
to denote a conda environment.requirements.txt
would refer to a pip-based environment. As such, this should be renamed toenvironment.yml
conda create
command (vs having in the environment file).The text was updated successfully, but these errors were encountered: