Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hpvm-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
llvm
hpvm-release
Commits
d907e910
Commit
d907e910
authored
4 years ago
by
Yifan Zhao
Browse files
Options
Downloads
Patches
Plain Diff
Explain how to activate conda environment
parent
09879d92
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hpvm/docs/install.rst
+8
-1
8 additions, 1 deletion
hpvm/docs/install.rst
with
8 additions
and
1 deletion
hpvm/docs/install.rst
+
8
−
1
View file @
d907e910
...
@@ -19,12 +19,19 @@ The following components are required to be installed on your machine to build H
...
@@ -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).
Python must be strictly 3.6 (any subversion from 3.6.0 to 3.6.13).
Alternatively, if you use Anaconda for package management,
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
.. code-block:: bash
conda env create -n hpvm -f hpvm/env.yaml
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
Supported Architectures
-----------------------
-----------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment