We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e92aba commit b589446Copy full SHA for b589446
README.rst
@@ -44,6 +44,17 @@ versions won't be receiving any new features and updates.
44
Installation
45
============
46
47
+Using Pip
48
+---------
49
+
50
+You can find the NURBS-Python library on [Python Package Index](https://pypi.python.org/pypi/NURBS-Python) and install it
51
+using the following command:
52
53
+``pip install NURBS-Python``
54
55
+Manual Method
56
+-------------
57
58
Included *setup.py* script will take care of the installation and automatically copy the required files to
59
*site-packages* directory. Please run the following from the command line:
60
0 commit comments