Update virtual-device.md

On my system there was no file called .venv\Scripts\activate.bat. Instead it was .venv\bin\Activate and "Activate" was the bat file that worked so added those additional instructions under "1. Activating the virtual environment".
pull/220/head
Omniwot 4 years ago committed by GitHub
parent dbaf71d211
commit 2be52c93f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,6 +60,10 @@ Configure a Python virtual environment and install the pip packages for CounterF
```cmd ```cmd
.venv\Scripts\activate.bat .venv\Scripts\activate.bat
``` ```
OR
```cmd
.venv\bin\Activate
```
* On macOS or Linux, run: * On macOS or Linux, run:

Loading…
Cancel
Save