Setup

Follow the instructions carefully! Be sure to follow the instructions in order!

1. Anaconda

Download the Anaconda installer for your particular operating system. Then, open the installer file and follow the installation steps.

Note

Check the option to add Anaconda to my PATH environment variable.

anaconda

2. Visual Studio Code

Download and install Visual Studio Code. After installing VS Code, install the Python extension.

3. Git-SCM

Download git, run the installer, and select next for all options. See the video below for an example.

4. Pycat

Install the latest version or pycat. Open the Anaconda Prompt (or other terminal application) and run the command:

pip install git+https://bitbucket.org/dwhite0/pycat.git -U

See the video below for an example.