From 69b4f6aa8af7004be1113b2e30a1b3d0467990b9a7a99316644ac2129f101697 Mon Sep 17 00:00:00 2001 From: Moses Rolston Date: Thu, 20 Mar 2025 07:35:25 -0700 Subject: [PATCH] update readme again --- README.org | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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