Skip to content

Commit

Permalink
Updated install guide
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylong committed Nov 16, 2023
1 parent 4dddc24 commit 8d38439
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/source/user/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ Cornac supports most versions of Python 3. If you have not done so, go to the of
Install Cornac
--------------
There are 3 different ways in which you could install cornac.
Depending on your environment and requirements, choose and run the corresponding codes to install Cornac:
Depending on your environment and requirements, choose and run the
corresponding codes to install Cornac:

1. Using ``pip`` (recommended)
1. Using ``pip`` (Recommended)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Pip is a package manager for Python. It allows users to easily install,
Expand All @@ -32,8 +33,8 @@ environments on Windows, macOS, Linux, and other operating systems.
conda install cornac -c conda-forge
3. From Github Source - View <advanced section>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3. From Github Source - For advanced users
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Should you require the latest updates of Cornac from Github,
you could manually build and install using the following codes:
Expand Down

0 comments on commit 8d38439

Please sign in to comment.