You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* hotfix - add option to bypass gui installation
* hotfix - don't install recommended packages with apt-get
* hotfix - add details in the README
* hotfix - take out script_tools and add bypass for gui stuff
* hotfix - add in the README & remove artifacts
* hotfix - change the name of the platform to the adequate one
* hotfix - change github references for testing purposes
* hotfix - remove the dependency checker in the gopigo3
* hotfix - remove artifact from script_tools installation
* hotfix - rename a function
* hotfix - assign correct exit codes
* hotfix - remove unnecessary option for minimal ist
* Revert "hotfix - change github references for testing purposes"
This reverts commit a92f877.
* hotfix - change the wording in the README
The options that can be appended to this command are:
37
37
38
+
*`--no-update-aptget` - to skip using `sudo apt-get update` before installing dependencies. For this to be useful, `--no-dependencies` has to be not used. Applies to RFR_Tools and the GoPiGo3.
*`--bypass-python-rfrtools` - skips installing/updating the python package for [RFR_Tools](https://github.com/DexterInd/RFR_Tools).
41
+
*`--bypass-gui-installation` - skips installing the GUI packages/dependencies from [RFR_Tools](https://github.com/DexterInd/RFR_Tools).
38
42
*`--no-dependencies` - skip installing any dependencies for the GoPiGo3. It's supposed to be used on each consecutive update after the initial install has gone through.
39
-
*`--no-update-aptget` - to skip using `sudo apt-get update` before installing dependencies. For this to be useful, `--no-dependencies` has to be not used.
*`--bypass-python-rfrtools` - skips installing/updating the python package for [RFR_Tools](https://github.com/DexterInd/RFR_Tools).
42
43
*`--user-local` - install the python package for the GoPiGo3 in the home directory of the user. This doesn't require any special read/write permissions: the actual command used is (`python setup.py install --force --user`).
43
44
*`--env-local` - install the python package for the GoPiGo3 within the given environment without elevated privileges: the actual command used is (`python setup.py install --force`).
44
45
*`--system-wide` - install the python package for the GoPiGo3 within the sytem-wide environment with `sudo`: the actual command used is (`sudo python setup.py install --force`).
45
46
46
47
Important to remember is that `--user-local`, `--env-local` and `--system-wide` options are all mutually-exclusive - they cannot be used together.
47
48
As a last thing, different versions of it can be pulled by appending a corresponding branch name or tag.
48
49
50
+
## Minimal Installation
51
+
52
+
Now, if you only want the absolute minimum in order to get going with the GoPiGo3, you can run this command:
This will only install the GoPiGo3 dependencies and nothing else. You still can use options such as `--user-local` or `--env-local` if you are working with a different kind of environment. Keep in mind that `--system-wide` is selected by default.
58
+
59
+
## Subsequent Updates
60
+
61
+
If the GoPiGo3 has been installed either by using the full command or the one for the minimal installation, this means you have all the packages installed already and all dependencies put in. Therefore, on subsequent installation, you can skip installing any dependency and instead just reinstall the python package of the GoPiGo3. To do this, you can run this command:
Or if this is too complex, you can always stick to the command meant for the full installation or the minimal one.
67
+
49
68
## Test and Troubleshooting
50
-
You can see [the test and troubleshooting section on the GoPiGo3, including detailed information about updating the firmwaer, here.](https://www.dexterindustries.com/GoPiGo/get-started-with-the-gopigo3-raspberry-pi-robot/test-and-troubleshoot-the-gopigo3-raspberry-pi-robot/)
69
+
You can see [the test and troubleshooting section on the GoPiGo3, including detailed information about updating the firmware, here.](https://www.dexterindustries.com/GoPiGo/get-started-with-the-gopigo3-raspberry-pi-robot/test-and-troubleshoot-the-gopigo3-raspberry-pi-robot/)
0 commit comments