Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 516 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 516 Bytes

Railway_System

Get a copy of source code

Clone the Railway_System (from the master branch) and cd into the directory.

git clone -b https://github.com/ishita0202/Railway_System.git
cd Railway_System

Step to run Railway_System in local machine

Step to run virtualenv

python -m venv env
source env/bin/activate

Install all Dependencies requirements.txt

pip3 install requirements.txt

Start Django project

cd railways
python3 manage.py runserver