Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
Signed-off-by: David Dzhalaev <[email protected]>
  • Loading branch information
DavidRomanovizc authored Aug 14, 2023
2 parents fb3a22b + ac852eb commit ede72da
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,30 @@ If you get an answer like this, it means that `Python` is installed.
$ Python 3.9.5
```

#### Then fork the DatingBot
#### Then clone the DatingBot

```sh
$ https://github.com/DavidRomanovizc/DatingBot.git
$ git clone https://github.com/DavidRomanovizc/DatingBot.git
```

and create a Virtual Environment

```sh
$ python -m venv venv
```

Activate the virtual environment:

<u>On Windows:</u>

```sh
$ venv\Scripts\activate
```

<u>On macOS and Linux:</u>

```sh
$ source venv/bin/activate
```

and install requirements
Expand Down

0 comments on commit ede72da

Please sign in to comment.