Skip to content

Commit

Permalink
Merge pull request #563 from AVSLab/feature/doc_install_conan
Browse files Browse the repository at this point in the history
be explicit about installing the latest 1.x version of conan
  • Loading branch information
schaubh authored Jan 6, 2024
2 parents f89fb8e + 5be0790 commit 955dc7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/Install/installOnLinux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Dependencies

#. Ensure ``wheel`` is installed and install ``conan`` using pip, an example is below::

(venv) $ pip3 install wheel conan
(venv) $ pip3 install wheel 'conan<2.0'

The conan repositories information is automatically setup by ``conanfile.py``.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/Install/installOnMacOS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Installing required python support packages
- Basilisk uses ``conan`` for package managing. In order to do so, users
must ensure ``wheel`` is installed and install ``conan``::

(.venv) $ pip3 install wheel conan
(.venv) $ pip3 install wheel 'conan<2.0'

The conan repositories information is automatically setup by ``conanfile.py``.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/Install/installOnWindows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Installing required python support packages
- Basilisk uses conan for package managing. In order to do so, users
must ensure ``wheel`` is installed and install ``conan``::

(venv) $ pip install wheel conan
(venv) $ pip install wheel 'conan<2.0'

The conan repositories information is automatically setup by ``conanfile.py``.

Expand Down

0 comments on commit 955dc7b

Please sign in to comment.