From ed501f57ab795c086e3eff61d86161160b573f8d Mon Sep 17 00:00:00 2001 From: minihoot <70825884+minihoot@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:53:20 +1100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 150b1de..c0a5846 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This website contains an auto-archiver which will get every single existing NNID This is a standard Django app. You probably should know how to setup one. But if you really need steps, here you go (for development setup only): - First, clone the repository: `git clone https://github.com/LetsShop3DS/SaveMii.git` - After that, run `cd SaveMii` +- Install dependencies with `pip3 install -r requirements.txt` - Now, let's create the database: `python3 manage.py makemigrations miiapp` - After that, we'll apply the migrations to the database: `python3 manage.py migrate` - Now, run the server with `python3 manage.py runserver`.