Skip to content

Commit

Permalink
Install doc fixes (#323)
Browse files Browse the repository at this point in the history
* Fix some small bugs in installation instructions

* Add changelog
  • Loading branch information
Cadair authored Jan 30, 2024
1 parent b63dc21 commit a5896dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions changelog/323.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix some small issues with the installation instructions.
9 changes: 5 additions & 4 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,14 @@ Open a new terminal (miniforge Prompt or anaconda prompt on Windows) and run:

.. code-block:: bash
conda create -n dkist-workshop conda activate dkist-workshop
conda create -n dkist
conda activate dkist
to create a new environment for this workshop. Then run:
to create a new environment for this workshop, and then activate it. Then run:

.. code-block:: bash
conda install -c conda-forge dkist jupyter
conda install -c conda-forge dkist
Installing ``dkist`` with pip
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -88,7 +89,7 @@ If you know what you are doing and have Python installed without conda, please m

.. code-block:: bash
pip install dkist jupyter
pip install dkist
Globus
Expand Down

0 comments on commit a5896dc

Please sign in to comment.