Skip to content

Commit

Permalink
Update the INSTALL instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedecock committed Aug 24, 2015
1 parent 79f3749 commit 004b387
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,19 @@ Dependencies
Installation
------------

.. You can install, upgrade, uninstall PyAX-12 with these commands::
..
.. $ pip install pyax12
.. $ pip install --upgrade pyax12
.. $ pip uninstall pyax12
..
.. There's also a package for Debian/Ubuntu::
..
.. $ sudo apt-get install pyax12
You can install, upgrade, uninstall PyAX-12 with these commands::

PyAX-12 can be installed with Python Distutils by entering the following
command in a terminal::
pip install pyax12
pip install --upgrade pyax12
pip uninstall pyax12

python setup.py install
Or, if you have downloaded the PyAX-12 source code::

python3 setup.py install

.. There's also a package for Debian/Ubuntu::
..
.. sudo apt-get install pyax12
Example usage
Expand Down

0 comments on commit 004b387

Please sign in to comment.