Skip to content

WoramateJ/DTW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Training Web

-TBA-

Project Design

This web application using Django frame work to support both front and back end.

Django

-TBA-

Database

-TBA-

Installation guide

1. Install all prerquirement first

Due to linux have both python 2 & 3 pre-install in it, linux user don't have to worry about python. For Windows use you can download and install form this provided link. >> python3 <<

Then, update pip.
$ pip install --upgrade pip
for Windows user, recommend this
python -m pip install --upgrade pip

Then install virtualenv
$ pip install virtualenv

2. Clone this repository

$ git clone https://github.com/WoramateJ/DTW.git

3. Create virtual environment via virtualenv

$ virtualenv yourEnvironmentName

4. Activate virtualenv

For Windows $ env\Scripts\activate
For linux $ env/bin/activate

5. Install python project package dependencies

$ pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published