From a1f72f896d08b7e998aac8f74087d95d5ab56bfd Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Mon, 8 Apr 2024 15:43:24 +0200 Subject: [PATCH] chore: update instructions on readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d96508..1958e60 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Yet another rewrite of my [personal site](https://ayo.ayco.io) $ sudo apt update # install python stuff - $ sudo apt install python3-pip python3-dev build-essential libssl-dev libffi-dev python3-setuptools python-venv + $ sudo apt install python3-pip python3-dev build-essential libssl-dev libffi-dev python3-setuptools python3-venv ``` 2. Install dependencies @@ -20,6 +20,9 @@ Yet another rewrite of my [personal site](https://ayo.ayco.io) # clone the project $ git clone git@git.sr.ht:~ayoayco/ayco.io-flask + # go into the project directory + $ cd ayco.io-flask + # create python environment: $ python3 -m venv .venv