Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed Feb 11, 2024
1 parent 38d4fcc commit d97d2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Required:

Recommended:

- `Raspberry Pi <https://www.raspberrypi.org>`__ single-board computer: Zero, 1, 2, 3, 4, or 5 (3 or above is recommended)
- `Raspberry Pi <https://www.raspberrypi.org>`__ single-board computer: 3, 4, or 5 (Zero, 1, and 2 are no longer recommended)
- `Raspberry Pi Operating System <https://www.raspberrypi.com/software/>`__ flashed to a micro SD card or SSD

Mycodo has been tested to work with Raspberry Pi OS 12 (Bookworm release), Lite and Desktop, 32-bit and 64-bit.
Expand Down
2 changes: 1 addition & 1 deletion mycodo/scripts/upgrade_commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ case "${1:-''}" in
'setup-virtualenv')
printf "\n#### Checking Python 3 virtual environment\n"
if [[ ! -e ${MYCODO_PATH}/env/bin/python ]]; then
printf "#### Creating virtual environment at "${MYCODO_PATH}"/env\n"
printf "#### Creating virtual environment at ${MYCODO_PATH}/env\n"
rm -rf "${MYCODO_PATH}"/env
python3 -m venv "${MYCODO_PATH}"/env
fi
Expand Down

0 comments on commit d97d2b3

Please sign in to comment.