Skip to content

Commit

Permalink
added beta version install instructions, fixed stable version install…
Browse files Browse the repository at this point in the history
… instruction
  • Loading branch information
Vanek committed Jan 10, 2019
1 parent 95010f4 commit 6bb227c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,23 @@ Dependencies:
Installation instructions
=========================

The latest release of NIXPy is available on PyPi as `nixio`_.
The latest stable release of NIXPy is available on PyPi as `nixio`_.
Therefore, the simplest way to install NIXPy is to use pip::

pip install nixio --pre
pip install nixio

.. _nixio: https://pypi.python.org/pypi/nixio/


.. _advanced installation:

Install developer version
---------------------------
The beta version (latest developed) of NIXPy is also on PyPi and you can install it with a command::

pip install nixio --pre

.. _nixio: https://pypi.python

Build NIXPy from Source
-----------------------
Expand Down

0 comments on commit 6bb227c

Please sign in to comment.