diff --git a/README.md b/README.md index c3906a7..9fd6023 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,7 @@ _Adminpanel is made with regular Django Templating System. REST framework & React is only used in the regular user panel_ **Some instruction to build & run the project:** - 1. Activate virtual environment using pipenv `pipenv shell` - 2. Install python dependencies `pipenv install` + 1. Activate virtual environment + 2. Install python dependencies `pip install - requirements.txt` 3. Migrate database `python manage.py migrate` 4. Run the dev Server `python manage.py runserver` - -**Some instruction to build client:** - 1. Open your terminal in client directory - 2. Install node dependencies `npm install` - 3. Build the client `npm run build` - -**Prerequisite** - 1. If you use pipenv to create virtual environment, make sure you have pipenv installed. - 2. You must have env.py file in the project root folder. Rename env-sample.py file to env.py and fill those variables with your real values