instant_gratification - capn-freako/PyBERT GitHub Wiki

Installation and Setup

Note: As of release v6 PyBERT is now Pip-installable; no more Conda!

Note: The older Macs w/ Intel silicon are no longer supported.

1 - Python Virtual Environment Creation and Activation

Note: DO NOT SKIP THIS STEP! It protects your already installed system Python environment from corruption.

Windows CMD/PowerShell Users Only

  1. %PYTHON% -m venv %HOMEPATH%/.venv/pybert
  2. %HOMEPATH%\.venv\pybert\Scripts\activate.bat

Everyone else, including Windows users running Git Bash

  1. python3 -m venv ~/.venv/pybert (If this fails, try just "python".)
  2. source ~/.venv/pybert/bin/activate (Windows: source ~\.venv\pybert\Scripts\activate)

2 - PyBERT Installation and Testing

  1. pip install pipbert
  2. pybert (The warning messages may safely be ignored.)

Please: If you find any of the above broken then let me know, by sending e-mail to: [email protected], giving me the terminal output and your machine description, so that I can fix things for you. Thanks! :)