Skip to content

Commit

Permalink
add clarification about installing python 3 & pip (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsingle authored Sep 10, 2023
1 parent 9d9edf5 commit b063285
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,14 @@ Quickstart Guide

**Installing** |pkgname|

If you already have Python and ``pip`` `installed <Install Python 3
and pip_>`_, install a test pre-releases using the following:
If you already have Python and ``pip`` installed, install a test pre-releases using the following:

.. code-block:: shell
pip install pypop-genomics --extra-index-url https://test.pypi.org/simple/
Otherwise, follow `these instructions <Install Python 3 and pip_>`_ to install Python 3 and pip.

.. warning::

**These pre-release versions are being made available for initial
Expand Down

0 comments on commit b063285

Please sign in to comment.