Skip to content

Commit

Permalink
docs: updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin M. Jablonka committed Nov 4, 2020
1 parent 6d7c6ec commit 6ba0ee7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ For more detailed docs [go here](https://pyepal.readthedocs.io/en/latest/?badge=

## Installation

To install the latest development version from the head use
To install the latest stable release use

```(bash)
pip install pyepal
```

to install the latest development version from the head use

```(bash)
pip install git+https://github.com/kjappelbaum/pyepal.git
Expand Down
11 changes: 10 additions & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,22 @@ Installation

We recommend installing PyePAL in a dedicated `virtual environment <https://docs.python.org/3/tutorial/venv.html>`_ or `conda environment <https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html>`_.

To install the latest stable release use

.. code-block:: bash
pip install pyepal
The latest version of PyePAL can be installed from GitHub using

.. code-block:: python
.. code-block:: bash
pip install git+https://github.com/kjappelbaum/pyepal.git
Which class do i use?
-----------------------

Expand Down

0 comments on commit 6ba0ee7

Please sign in to comment.