Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T18:45:35.000Z (over 1 year ago)
- Last Synced: 2023-12-15T14:53:35.917Z (11 months ago)
- Topics: ajax, django, raspberry-pi-3
- Language: CSS
- Homepage:
- Size: 15.9 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
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
```