Skip to content
Snippets Groups Projects
Commit d907e910 authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Explain how to activate conda environment

parent 09879d92
No related branches found
No related tags found
No related merge requests found
......@@ -19,12 +19,19 @@ The following components are required to be installed on your machine to build H
Python must be strictly 3.6 (any subversion from 3.6.0 to 3.6.13).
Alternatively, if you use Anaconda for package management,
we provide a conda environment file that covers all Python and package requirements:
we provide a conda environment file that covers all Python and package requirements
(``hpvm/env.yaml`` can be found in the repository):
.. code-block:: bash
conda env create -n hpvm -f hpvm/env.yaml
This creates the conda environment ``hpvm``.
If you use this method, remember to activate the environment each time you enter a bash shell:
.. code-block:: bash
conda activate hpvm
Supported Architectures
-----------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment