Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grudge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Andreas Klöckner
grudge
Commits
628c1989
Commit
628c1989
authored
4 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Plain Diff
Merge branch 'miniforge-install-docs' into 'master'
Switch install docs to miniforge See merge request
!89
parents
be9620fb
138416e2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!89
Switch install docs to miniforge
Pipeline
#96781
passed
4 years ago
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/misc.rst
+4
-6
4 additions, 6 deletions
doc/misc.rst
with
4 additions
and
6 deletions
doc/misc.rst
+
4
−
6
View file @
628c1989
...
...
@@ -17,20 +17,18 @@ MacOS support is in the works.
Everywhere else, just making sure you have the ``g++`` package should be
enough.
#. Install
ing
`mini
conda for Python 3 on 64-bit Linux <https://conda.io/miniconda.html
>`_.
#. Install `mini
forge <https://github.com/conda-forge/miniforge
>`_
_
.
#. ``export CONDA=/WHERE/YOU/INSTALLED/mini
conda
3``
#. ``export CONDA=/WHERE/YOU/INSTALLED/mini
forge
3``
If you accepted the default location, this should work:
``export CONDA=$HOME/mini
conda
3``
``export CONDA=$HOME/mini
forge
3``
#. ``$CONDA/bin/conda create -n dgfem``
#. ``source $CONDA/bin/activate dgfem``
#. ``conda config --add channels conda-forge``
#. ``conda install git pip pocl islpy pyopencl``
#. Type the following command::
...
...
@@ -39,7 +37,7 @@ MacOS support is in the works.
Next time you want to use `grudge`, just run the following command::
source /WHERE/YOU/INSTALLED/mini
conda
3/bin/activate dgfem
source /WHERE/YOU/INSTALLED/mini
forge
3/bin/activate dgfem
You may also like to add this to a startup file (like :file:`$HOME/.bashrc`) or create an alias for it.
...
...
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