Conan Client
Linux
apt install python3-all python3-pip python3-venv
python3 -m venv ~/.venv/conan; source ~/.venv/conan/bin/activate
python -m pip install -U pip; pip install conan
Windows
run as administrator 1. Press ⊞ + R 2. Type in cmd 3. Press Ctrl + Shift + Enter 4. Choose Yes and Press Enter
python -m pip install virtualenv
python -m venv ~\.venv\conan
~\.venv\conan\Scripts\activate