From 399d70b348cc46bacff406f93927f8b9fd72268c Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 11 Aug 2021 00:06:07 +0100 Subject: [PATCH 1/2] fixed typo in install section --- docs/source/install.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index c63b0a9..3bb0276 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -14,7 +14,7 @@ The recommended method is to install Python 3 using Anaconda or Miniconda * `Miniconda `_ (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. @@ -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 From 19c92c0dd03d5477a78e049e5a319f79ce29be5d Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Thu, 12 Aug 2021 11:17:30 +0100 Subject: [PATCH 2/2] remove parametric plasma source due to installation bug --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 24aa548..05dfa55 100644 --- a/setup.py +++ b/setup.py @@ -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