forked from dedwar65/beyond-the-streetlight
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename requirements.txt to reproduce_requirements.md
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
This file describes the steps necessary to execute the "reproduce".sh file to produce | ||
the main results of this repository. | ||
|
||
1. Make sure you have conda, or preferably mamba installed. See either of the links below | ||
for instructions on installing the program of your choice for your machine. | ||
- conda: https://conda.io/projects/conda/en/latest/user-guide/install/index.html | ||
- mamba: https://mamba.readthedocs.io/en/latest/installation.html | ||
|
||
2. Once installed, open the terminal so that your present working directory (pwd) | ||
is the one associated with the location of the local version of this repository on | ||
your machine. | ||
|
||
3. Navigate to the "binder" folder and make sure a file called "environment.yml" | ||
lives there. Run the following command: | ||
- mamba env create -f environment.yal | ||
|
||
Once this command has completed, you are ready to run the reproduce.sh script! |