We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af6103 commit 91e051eCopy full SHA for 91e051e
INSTALL-WINDOWS.md
@@ -21,7 +21,14 @@ typing
21
$ sudo apt install git-core
22
```
23
24
-Now use git to clone the PyBaMM repository:
+For easier integration with WSL, we recommend that you install PyBaMM in your *Windows*
25
+Documents folder, for example by first navigating to
26
+
27
+```bash
28
+$ cd /mnt/c/Users/USER_NAME/Documents
29
+```
30
31
+where USER_NAME is your username. Exact path to Windows documents may vary. Now use git to clone the PyBaMM repository:
32
33
```bash
34
$ git clone https://github.com/pybamm-team/PyBaMM.git
0 commit comments