Add installation instructions for the development environment. ref: N25B-115
436 B
436 B
Installation
Linux (or WSL)
Start off by installing Pyenv and walk through the steps outlined there (be sure to also add it to PATH). Also install the Python build requirements. Afterwards, install Python 2.7 and activate it for your current SHELL:
pyenv install 2.7
pyenv shell 2.7