To Install: Cloning the Repository: $ git clone https://git.myterior.kz/Lowlight_Akbota/NitakuShop $ cd django_ecommerce Installing the environment control: $ pip install virtualenv $ virtualenv env Activating the environment: on Windows: env\Scripts\activate on Mac OS / Linux: $ source env/bin/activate Installing dependencies: $ pip install -r requirements.txt Last commands to start: $ python manage.py makemigrations $ python manage.py migrate Finishing running server: $ python manage.py runserver