Change npm install webpack to npm install
This commit is contained in:
parent
a1695fbdd9
commit
1a58e57bd8
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@
|
|||
[![Discord](https://img.shields.io/discord/390889354199040011.svg?color=#33CD56)](https://discord.gg/vccAQBr)
|
||||
|
||||
# Development
|
||||
## 1. Install webpack and dependencies.
|
||||
## 1. Install dependencies.
|
||||
```shell
|
||||
npm install webpack
|
||||
npm install
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
## 2. Create .env and make migrations
|
||||
|
|
Loading…
Reference in a new issue