From e05957aeba4792a601f291098e49cb333f051f4d Mon Sep 17 00:00:00 2001 From: Russell K <4568306+Russ-K@users.noreply.github.com> Date: Tue, 10 Sep 2019 09:00:40 +0100 Subject: [PATCH] Add windows command for dependency update --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index cdaeb1a..f86edba 100644 --- a/README.rst +++ b/README.rst @@ -38,6 +38,10 @@ From the checked out root for this project, type: ``sudo pip install --upgrade -r pip_requirements.txt`` +Or for Windows, type: + + ``python -m pip install --upgrade -r pip_requirements.txt`` + Note that PyYAML will require other packages to compile correctly under ubuntu/debian, these are installed by typing: ``sudo apt-get install libyaml-dev python-dev build-essential``