From 8cab8e58d64f9b64d91c6c9afbcf2b01e1b1ce28 Mon Sep 17 00:00:00 2001 From: anna-lybid Date: Sun, 26 Nov 2023 20:46:24 +0200 Subject: [PATCH] Update Readme.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ffa80cc..42343f4 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Python 3.7+ is required. ``` git clone https://github.com/anna-lybid/planetarium-api-project.git -cd planetarium-api-project +cd ocr-textbook python -m venv venv source venv/bin/activate pip install -r requirements.txt -python manage.py migrate -python manage.py runserver +python main.py +python read_cv.py ```