Skip to content

Commit 9509bcf

Browse files
committed
more docs cleanup
1 parent 1c2f1cf commit 9509bcf

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

docs/install.rst

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Installation and Testing
22
^^^^^^^^^^^^^^^^^^^^^^^^
33

4-
**Installation via pip or conda is the recommended method for all users.**
4+
**Installation via pip is the recommended method for all users.**
55
Manual method is only recommended for advanced users. Please note that if you have used any of these methods to install
66
NURBS-Python, please use the same method to upgrade to the latest version.
77

@@ -34,27 +34,6 @@ Installing a specific version:
3434
3535
$ pip install --user geomdl==5.0.0
3636
37-
Install via Conda
38-
=================
39-
40-
NURBS-Python can also be installed/upgraded via `conda <https://conda.io/>`_ package manager from the
41-
`Anaconda Cloud <https://anaconda.org/orbingol/geomdl>`_ repository.
42-
43-
Installing:
44-
45-
.. code-block:: console
46-
47-
$ conda install -c orbingol geomdl
48-
49-
Upgrading to the latest version:
50-
51-
.. code-block:: console
52-
53-
$ conda upgrade -c orbingol geomdl
54-
55-
If you are experiencing problems with this method, you can try to upgrade ``conda`` package itself before
56-
installing the NURBS-Python library.
57-
5837
Manual Install
5938
==============
6039

0 commit comments

Comments
 (0)