-
Notifications
You must be signed in to change notification settings - Fork 57
instant_gratification
Note: The instructions for Windows/Linux/MacOS are all the same.
In order to get PyBERT up and running on your machine:
-
If you do not already have anaconda installed, install the Anaconda Python Distribution.
-
After that completes, launch the Anaconda Command Prompt application. See Anaconda's Getting Started for more detail. Note: Do NOT use the Windows command prompt!
-
Create a custom Anaconda environment:
conda create -n pybert
-
Activate the environment:
conda activate pybert
-
Install PyBERT into the environment, and test:
conda install -c dbanas -c defaults -c conda-forge pybert
pybert
Any trouble with above instructions, please send Anaconda command prompt full window screen shot to: "David Banas capn.freako@gmail.com".
It is highly encouraged that you follow the instructions above and use conda to install the application. Conda is able to install more performant libraries that are complied specifically for your operating system while pypi has to use a more generic option for some dependencies. That said pypi packages are uploaded and supported.
-
Create a virtualenv and activate it.
python -m venv --prompt pybert
- Install PyBERT into the environment:
pip install PyBERT
- Start the application with
pybert
.
PyBERT © 2014 David Banas; all rights reserved World wide.