diff --git a/README.org b/README.org index 990e9d7..1ef2443 100644 --- a/README.org +++ b/README.org @@ -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