diff --git a/Dev Environment Setup Guide.md b/Dev Environment Setup Guide.md index 6e1c3fb..21789fa 100644 --- a/Dev Environment Setup Guide.md +++ b/Dev Environment Setup Guide.md @@ -59,6 +59,18 @@ Activate the Python virtual environment source venv/bin/activate ``` +If you're pip version is less than 19, upgrade pip +``` +(venv) campb303@acererak [~/webqueue2/api] +$ pip --version +pip 9.0.1 from /home/pier/e/campb303/webqueue2/api/venv/lib/python3.6/site-packages (python 3.6) + +(venv) campb303@acererak [~/webqueue2/api] +$ pip install --upgrade pip +... +Successfully installed pip-20.2.2 +``` + Install Python requiements ``` pip install -r requirements.txt