Skip to content

Commit 38471b3

Browse files
committed
Minor updates to readme file for release usage
1 parent 54c6be4 commit 38471b3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,13 +190,21 @@ changing the `I2C_ADDRESS ` in the `my_configuration.py` file
190190
## Get software and setup venv
191191

192192

193-
First clone the software from Github (This needs updating)
193+
To use the latest __unstable__ version clone the software from Github
194194
```
195195
cd
196196
git clone https://github.com/dave-ct/ai_object_plus_water.git
197197
198198
```
199-
Create a new `venv` that inherits the site packages, activate it and make sure all packages are installed
199+
If you want to use the latest stable release (recommended). Download the latest [release](https://github.com/dave-ct/ai_object_plus_water/releases/)
200+
and unzip the file in to your home directopry on your raspberry pi.
201+
202+
203+
204+
205+
Create a new `venv` that inherits the site packages, activate it and make sure all packages are installed.
206+
If using the stable release zip file then make sure you `cd` to the directory that was unzipped as the name will be
207+
different from the below `ai_object_plus_water` as should include the version number at the end
200208
```
201209
cd ai_object_plus_water
202210
python3 -m venv --system-site-packages myenv

0 commit comments

Comments
 (0)