Skip to content

Commit

Permalink
Makefile now updates conda
Browse files Browse the repository at this point in the history
  • Loading branch information
jarq6c committed Oct 25, 2021
1 parent 73fd673 commit 8508c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This template can be used as a starting point for building distributable Minicon
```bash
$ make
```
Running `make` in this directory will retrieve and build the default environment specified in the Makefile. The chain of dependencies for the default target includes targets that retrieve a miniconda installation script for Linux and creates a stand-alone miniconda environment with the required dependencies. The name of the miniconda environment is `miniconda3` and can be activated as normal using `source miniconda3/bin/activate` and deactivated using `conda deactivate`. The default target includes an instruction to upgrade the `pip` and `wheel` packages.
Running `make` in this directory will retrieve and build the default environment specified in the Makefile. The chain of dependencies for the default target includes targets that retrieve a miniconda installation script for Linux and creates a stand-alone miniconda environment with the required dependencies. The name of the miniconda environment is `miniconda3` and can be activated as normal using `source miniconda3/bin/activate` and deactivated using `conda deactivate`. The default target includes an instruction to upgrade `conda`, and install `pip` and `wheel`.

To start from scratch run clean:
```bash
Expand Down

0 comments on commit 8508c43

Please sign in to comment.