Skip to content

Commit

Permalink
Merge pull request #709 from jshrake-nvidia/patch-1
Browse files Browse the repository at this point in the history
Update conan version in developer-setup README
  • Loading branch information
lilleyse authored Apr 12, 2024
2 parents 96f9a81 + 2ed8af9 commit 02f16d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/developer-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ See [Linux](#linux) or [Windows](#windows) for step-by-step installation instruc
```
- Install Conan with pip because Conan is not in Ubuntu's package manager
```sh
sudo pip3 install conan==1.60.0
sudo pip3 install conan==1.64.0
```
- Install `cmake-format`
```sh
Expand Down Expand Up @@ -135,7 +135,7 @@ There are two ways to install prerequisites for Windows, [manually](#install-man
```
- Install Conan
```sh
pip3 install conan==1.60.0
pip3 install conan==1.64.0
```
- Install Doxygen: https://www.doxygen.nl/download.html
- After installation, add the install location to your `PATH`. Open PowerShell as administrator and enter:
Expand All @@ -162,7 +162,7 @@ There are two ways to install prerequisites for Windows, [manually](#install-man
choco install -y llvm --version=15.0.7
```
```sh
choco install -y conan --version 1.60.0
choco install -y conan --version 1.64.0
```
> **Note:** If you see a warning like `Chocolatey detected you are not running from an elevated command shell`, reopen Command Prompt as administrator
- Create a symbolic link called `python3.exe` that points to the actual `python` (version 3.x) executable. This is necessary for some of the scripts to run correctly when `#!/usr/bin/env python3` is at the top of the file.
Expand Down

0 comments on commit 02f16d2

Please sign in to comment.