Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 823 Bytes

File metadata and controls

28 lines (20 loc) · 823 Bytes

How to install the Conan Package Manager

Official installation guide is here.

The conan database is here.

For Windows

  1. Install Python3 (>=3.4)
  2. Type pip install --user conan into the terminal
  3. Type conan user into the terminal
  4. Run the conan command: conan

For Linux

  1. Install Python3 (>=3.4)
  2. Type pip install --user conan into the terminal
  3. Append conan to the PATH by: source ~/.profile
  4. Type conan user into the terminal
  5. Run the conan command: conan

For MacOS

  1. Install Python3 (>=3.4)
  2. Type pip install --user conan into the terminal
  3. Append conan to the PATH by: source ~/.profile
  4. Type conan user into the terminal
  5. Run the conan command: conan