https://github.com/kakshay21/major_project
Design and Development of Advanced System for Electricity Estimation
https://github.com/kakshay21/major_project
ajax django raspberry-pi-3
Last synced: 4 months ago
JSON representation
Design and Development of Advanced System for Electricity Estimation
- Host: GitHub
- URL: https://github.com/kakshay21/major_project
- Owner: kakshay21
- License: gpl-3.0
- Created: 2018-11-16T09:52:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T19:57:06.000Z (over 1 year ago)
- Last Synced: 2025-01-09T10:48:58.879Z (6 months ago)
- Topics: ajax, django, raspberry-pi-3
- Language: CSS
- Homepage:
- Size: 15.9 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Major Project
## Installation Guide
### Use Python 3
Create virtual environment and install dependencies
```
virtualenv env
source env/bin/activate
git clone https://github.com/kakshay21/major_project.git
cd major_project
pip install -r requirements.txt
```