Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```