Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenia387 authored Jun 25, 2024
1 parent 6c24302 commit 344666d
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ python3 -m venv env
```

```
source env/bin/activate
source venv/bin/activate
```

или
Expand All @@ -67,10 +67,24 @@ source venv/Scripts/activate
python -m pip install --upgrade pip
```

```bash
```
pip install -r requirements.txt
```

- Выполните миграции

```
cd yatube
```

```
python manage.py makemigrations
```

```bash
python manage.py migrate
```

Автор: Анисимова Ксения
- email: anis.xenia@yandex.ru
- telegram: @Ksenia_An_mova

0 comments on commit 344666d

Please sign in to comment.