|
@@ -15,8 +15,15 @@ Retrieve the repository:
|
|
```bash
|
|
```bash
|
|
# Create the base directory:
|
|
# Create the base directory:
|
|
mkdir wwm
|
|
mkdir wwm
|
|
|
|
+cd wwm
|
|
|
|
+
|
|
# Clone the repo:
|
|
# Clone the repo:
|
|
git clone https://code.ffdn.org/FFDN/wifi-with-me.git
|
|
git clone https://code.ffdn.org/FFDN/wifi-with-me.git
|
|
|
|
+
|
|
|
|
+# If you need to change to a specific branch:
|
|
|
|
+cd wifi-with-me
|
|
|
|
+git checkout myBranch
|
|
|
|
+cd ..
|
|
```
|
|
```
|
|
|
|
|
|
Create and activate the virtualenv with:
|
|
Create and activate the virtualenv with:
|