File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff 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```
195195cd
196196git 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```
201209cd ai_object_plus_water
202210python3 -m venv --system-site-packages myenv
You can’t perform that action at this time.
0 commit comments