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

index 0ffb1465da7e867369ef38e58e18a5db8dffebdf..87d8619b5084306098def737d52c1a1b94155ae0 100644 (file)
@@ -252,6 +252,8 @@ root prompt, and save yourself some typing.
 * apt-get install build-essential
 * apt-get install git python3.7 python3.7-dev python-nosetest3
 * apt-get install graphviz xdot gtkwave
+* apt-get install python3-venv
+* apt-get install python-virtualenv  # this is an alternative to python3-venv
 * return to user prompt (ctrl-d)
 
 This will get you python3 and other tools that are needed. graphviz is
@@ -327,11 +329,9 @@ library.  In the meantime, sfpy can be built as follows:
     cd ..
 
     # prepare a virtual environment for building
-    sudo apt-get install python3-venv
     python3 -m venv .env
 
-    # alternative method of preparing a virtual environment:
-    #    sudo apt get python-virtualenv
+    # or, if you prefer the old way:
     #    virtualenv -p python3 .env
 
     # install dependencies