From 8508c43e226892fde9aa324ba7b1157e74762250 Mon Sep 17 00:00:00 2001 From: Jason Regina Date: Mon, 25 Oct 2021 08:14:46 -0500 Subject: [PATCH] Makefile now updates conda --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cf75fc..d2f9d27 100644 --- a/README.md +++ b/README.md @@ -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