(no commit message)
authorjock_tanner <jock_tanner@web>
Tue, 10 Mar 2020 03:50:09 +0000 (03:50 +0000)
committerIkiWiki <ikiwiki.info>
Tue, 10 Mar 2020 03:50:09 +0000 (03:50 +0000)
HDL_workflow.mdwn

index e390782605b865ad12cada67fa8d0f30a6449a2c..0ffb1465da7e867369ef38e58e18a5db8dffebdf 100644 (file)
@@ -326,9 +326,16 @@ library.  In the meantime, sfpy can be built as follows:
     git apply /path/to/ieee754fpu/berkeley-softfloat.patch
     cd ..
 
-    # install dependencies    
+    # prepare a virtual environment for building
+    sudo apt-get install python3-venv
     python3 -m venv .env
-    . .env/bin/activate
+
+    # alternative method of preparing a virtual environment:
+    #    sudo apt get python-virtualenv
+    #    virtualenv -p python3 .env
+
+    # install dependencies
+    source .env/bin/activate
     pip3 install --upgrade -r requirements.txt
 
     # build