From 1a58e57bd8b766bbfff64c5dd151ec90a113ef96 Mon Sep 17 00:00:00 2001 From: Marcin Kowalicki Date: Sat, 23 Jan 2021 22:19:37 +0100 Subject: [PATCH] Change npm install webpack to npm install --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38ce298..b4eec7d 100644 --- a/README.md +++ b/README.md @@ -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