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
%PYTHON% -m venv %HOMEPATH%/.venv/pybert%HOMEPATH%\.venv\pybert\Scripts\activate.bat
Everyone else, including Windows users running Git Bash
python3 -m venv ~/.venv/pybert(If this fails, try just "python".)source ~/.venv/pybert/bin/activate(Windows:source ~\.venv\pybert\Scripts\activate)
2 - PyBERT Installation and Testing
pip install pipbertpybert(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! :)