Commit c26df3bd authored by LorenzoMonti's avatar LorenzoMonti
Browse files

README.md modified

parent 672c40e9
Loading
Loading
Loading
Loading
+33 −1
Original line number Diff line number Diff line
# Calibrate-multifeed-receiver


## Download and install

This project is written in Python3 (3.8), so make sure you have it installed in your machine.
After that you can download this repository, open terminal and type:

```bash
git clone https://github.com/LorenzoMonti/calibrate-multifeed-receiver.git
```

## Project's dependecies

```bash
sudo apt-get install python3-tk

cd calibrate-multifeed-receiver/
python3 -m pip install -r requirements.txt
```

## Launch the script

Now you can run the project:

```bash
cd src/
python3 gui.py 
```

## License

[MIT](https://choosealicense.com/licenses/mit/)
 No newline at end of file