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 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