clarified instructions

This commit is contained in:
Ace
2022-08-24 17:23:05 +02:00
committed by GitHub
parent 8d788b06ca
commit 106e885f2d

View File

@@ -117,7 +117,7 @@ crontab -r
## Modifying Inkycal ## Modifying Inkycal
Inkycal now runs in a virtual environment to support more devices than just the Raspberry Pi. Therefore, to make changes to Inkycal, navigate to Inkycal, then run: Inkycal now runs in a virtual environment to support more devices than just the Raspberry Pi. Therefore, to make changes to Inkycal, navigate to Inkycal, then run:
```bash ```bash
source venv/bin/activate cd $HOME/Inkycal && source venv/bin/activate
``` ```
Then modify the files as needed and experiment with Inkycal. Then modify the files as needed and experiment with Inkycal.
To deactivate the virtual environment, simply run: To deactivate the virtual environment, simply run: