update readme again

This commit is contained in:
Moses Rolston 2025-03-20 07:35:25 -07:00
parent 55a162626c
commit 69b4f6aa8a

View File

@ -1,6 +1,14 @@
* clone the repository
#+begin_src sh :results output
git clone gitea@git.saifharbor.org:saifharbor/policymap.git
#+end_src
* cd into the repository
**
#+begin_src sh :results output
cd policymap
#+end_src
* create a virtual environment for python
#+begin_src sh :results output
python -m venv venv