diff --git a/README.md b/README.md index 5cfbc1023..8154ec16a 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ Kennedy, G. J., "Strategies for adaptive optimization with aggregation constrain The easiest way to get started with TACS is through a conda install in an [Anaconda](https://www.anaconda.com/) environment. [Conda packages](https://anaconda.org/smdogroup/tacs) are available for MacOS and Linux platforms. To get started, run the following in a conda terminal: - conda create -n TACS python=3.8 + conda create -n TACS -c conda-forge python=3.8 mamba conda activate TACS - conda install -c conda-forge -c smdogroup tacs + mamba install -c conda-forge -c smdogroup tacs This will create an environment named "TACS" and install the `tacs` package and all necessary dependencies. Once installed, the user will have access to all TACS C++ and python libraries. diff --git a/docs/source/install.rst b/docs/source/install.rst index 2d00f39f9..13e1b3408 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -21,9 +21,9 @@ To get started, run the following in a conda terminal: :: - conda create -n TACS python=3.8 + conda create -n TACS -c conda-forge python=3.8 mamba conda activate TACS - conda install -c conda-forge -c smdogroup tacs + mamba install -c conda-forge -c smdogroup tacs This will create an environment named "TACS" and install the `tacs` package and all necessary dependencies. Once installed, the user will have access to all