Skip to content

Commit

Permalink
Add instructions for pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur R. Bingol committed Jan 10, 2018
1 parent 0e92aba commit b589446
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@ versions won't be receiving any new features and updates.
Installation
============

Using Pip
---------

You can find the NURBS-Python library on [Python Package Index](https://pypi.python.org/pypi/NURBS-Python) and install it
using the following command:

``pip install NURBS-Python``

Manual Method
-------------

Included *setup.py* script will take care of the installation and automatically copy the required files to
*site-packages* directory. Please run the following from the command line:

Expand Down

0 comments on commit b589446

Please sign in to comment.