Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #29 from fusion-energy/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
shimwell authored Aug 12, 2021
2 parents 8243375 + 19c92c0 commit c2b82fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The recommended method is to install Python 3 using Anaconda or Miniconda
* `Miniconda <https://docs.conda.io/en/latest/miniconda.html>`_ (preferable to avoid hdf5 conflicts)
* `Anaconda https://www.anaconda.com/>`_

Once you have Conda or MiniConda installed then CadQuery can be installed
Once you have Conda or MiniConda installed then the Paramak can be installed
into a new enviroment and that environment can be activated using Conda.

First create a new Conda environment.
Expand All @@ -24,14 +24,14 @@ First create a new Conda environment.
conda create -n paramak_env
Then activated the conda environment,
Then activated the conda environment.

.. code-block:: python
conda activate paramak_env
Then install CadQuery:
Then install the Paramak.

.. code-block:: python
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"paramak",
"remove_dagmc_tags",
"neutronics_material_maker",
"parametric_plasma_source",
"vtk",
],
# openmc, dagmc, pymoab are also needed but not avaible on PyPi
Expand Down

0 comments on commit c2b82fa

Please sign in to comment.