Skip to content

Commit

Permalink
Remove distutils intallation tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge committed Mar 29, 2019
1 parent 04838da commit d34ec03
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,17 @@ version of IPython and its dependencies.
Install
=======

This package uses distutils. To install, execute as usual:
To install just execute:

.. code-block::
$ python setup.py install
$ pip install scikit-aero
If you want to install the package in development mode, please execute:

.. code-block::
$ pip install --editable /path_to_scikit-aero
It is recommended that you **never ever use sudo** with distutils, pip,
setuptools and friends in Linux because you might seriously break your
Expand All @@ -144,13 +150,13 @@ top directory:

.. code-block:: bash
$ py.test
$ pytest
To test code coverage, make sure you install `py.test-cov`_ extension and run:

.. code-block:: bash
$ py.test --cov skaero/
$ pytest --cov skaero/
.. _`py.test-cov`: https://pypi.python.org/pypi/pytest-cov

Expand Down

0 comments on commit d34ec03

Please sign in to comment.