From 44f0c8290cea0b2030ae989e22ef960454649191 Mon Sep 17 00:00:00 2001 From: Igor Volochay <44619012+IgorVolochay@users.noreply.github.com> Date: Sun, 26 Jan 2025 20:31:48 +0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fück --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6c2795..09a534f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Telegram mini-app where you have to choose one of two things. git install https://github.com/IgorVolochay/thisORthat ``` -2. The project is written in Python3.9. Make sure you have it on your system. Go to the project folder, create a virtual environment and download pip requirements. +2. The project is written in Python3.9. Make sure you have it on your system. Go to the project folder, create a virtual environment and download pip requirements: ```bash cd ./thisORthat python3.9 -m venv venv @@ -20,4 +20,4 @@ pip3 install -r requirements.txt 3. Installing MongoDB database. You can use the [official manual](https://www.mongodb.com/docs/manual/installation/) to install MongoDB manually, or use a [Docker image](https://hub.docker.com/r/mongodb/mongodb-community-server) to run the container: ```bash docker run --name mongodb -d -p 27017:27017 mongodb/mongodb-community-server -``` \ No newline at end of file +```