-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed encrypted keyring * Finalised v0.1
- Loading branch information
1 parent
a83a47c
commit 889a733
Showing
4 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
try: | ||
import obd, pynmea2, qrcode, pyserial, requests, websockets, qrcode | ||
print("You're good to go! All modules have been installed and appear to be working fine...") | ||
except Exception as e: | ||
print("Some modules couldn't be imported. This is what the Python interpreter has to say...\n") | ||
print(e) | ||
print("\nYou have to fix this error before continuing...\nTry running sudo pip install -r requirements.txt instead of pip3.\nIf it persists, please open a detailed issue at https://github.com/alpaDrive/vehicle/issues.") |
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