From 26b799efc30df9762594b1e7aa6287c03556305c Mon Sep 17 00:00:00 2001 From: John McMaster Date: Sat, 29 Dec 2018 16:03:34 +0100 Subject: [PATCH] README: source after virtualenv Signed-off-by: John McMaster --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9a204caa..7dc53858 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,6 @@ Install CMake and build the C++ tools: make popd -Always make sure to set the environment for the device you are working on before -running any other commands: - - source database/artix7/settings.sh - (Option 1) - Install the Python environment locally sudo apt-get install virtualenv python3-virtualenv python3-yaml @@ -46,6 +41,11 @@ running any other commands: sudo apt-get install python3-yaml sudo pip3 install -r requirements.txt +Always make sure to set the environment for the device you are working on before +running any other commands: + + source database/artix7/settings.sh + **If you are a prjxray developer, skip this step.** But, if you just want to use the Python API with a pre-generated database, just download a current stable version and skip the rest of the instructions: # WARNING: causes git issues, overrides environment