-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 8a105a0.
- Loading branch information
Showing
23 changed files
with
402 additions
and
951 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
# M-A-P | ||
**An invention to manage a plant automatically** | ||
**an invention to manage a plant automatically** | ||
|
||
[![CodeFactor](https://www.codefactor.io/repository/github/apoleon33/m-a-p/badge/main)](https://www.codefactor.io/repository/github/apoleon33/m-a-p/overview/dev) | ||
[![CodeFactor](https://www.codefactor.io/repository/github/apoleon33/m-a-p/badge/main)](https://www.codefactor.io/repository/github/apoleon33/m-a-p/overview/main) | ||
|
||
## Installation | ||
|
||
### Prerequisites : | ||
You need to have those 3 installed: | ||
### prerequisites : | ||
you need to have those 3 installed: | ||
1. node.js/npm | ||
2. python/pip | ||
3. bash | ||
|
||
### Automatic install | ||
### automatic install | ||
|
||
```sh | ||
curl -s https://raw.githubusercontent.com/apoleon33/M-A-P/main/install.sh | sh | ||
``` | ||
|
||
### Manual install | ||
### manual install | ||
|
||
```sh | ||
git clone --recursive https://github.com/apoleon33/M-A-P.git && cd M-A-P | ||
git clone https://github.com/apoleon33/M-A-P.git && cd M-A-P | ||
``` | ||
|
||
Then you will have to install the needed python packages : | ||
then you will have to install the needed python packages : | ||
(once you cd in M-A-P) | ||
```sh | ||
pip install -r requirements.txt | ||
``` | ||
Once its done, install the required npm packages: | ||
(in M-A-P/src/front) | ||
then you will have to install the required npm packages: | ||
(once you are in M-A-P/src/front) | ||
```sh | ||
npm install | ||
``` | ||
|
||
The arduino also require the [ | ||
The arduino also require the [ | ||
DHT sensor library ](https://github.com/adafruit/DHT-sensor-library) by adafruit to work |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
pyserial | ||
pypresence | ||
rich | ||
rich | ||
tkinter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,4 @@ data/temp_0.txt | |
data/temp_10.txt | ||
data/temp_20.txt | ||
data/temp_30.txt | ||
data/old.db | ||
bot.js | ||
.env | ||
data/old.db |
Submodule plant-database
deleted from
c4ca6d
Submodule discord-bot
deleted from
3849b2
Oops, something went wrong.