Skip to content

Commit 592c739

Browse files
committed
Update windows_end_user.md
1 parent 4597d1c commit 592c739

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

installation_instructions/windows_end_user.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ However, if you are unfamiliar with `git` and GitHub you can simply download the
3838

3939
![Clone the GitHub repo](03_clone_the_repo.png)
4040

41+
Click on "Download ZIP" to download the `.zip` file.
42+
4143
### Step 5: Get the source code ready
4244

4345
Open the `.zip` file. Copy the single directory within it to the `landbosse` folder on the desktop. Rename the directory to `LandBOSSE-dev`
@@ -72,11 +74,14 @@ Your result will look like this when you are done:
7274

7375
![done pasting](13_done_pasting.png)
7476

77+
Note: Depending on the version of LandBOSSE, you may have more files copied into the input folder. As long as you copy over all the input files into the destination folder, LandBOSSE will find its input files.
78+
7579
### Step 8: Install the LandBOSSE package
7680

7781
The command should result in a message that begins Then install LandBOSSE itself:
7882

7983
```
84+
cd \Users\%USERNAME%\Desktop\landbosse\LandBOSSE-master
8085
pip install -e .
8186
```
8287

@@ -88,9 +93,10 @@ The file named `projects_list.xlsx` must keep the same name. The names of the pr
8893

8994
### Step 10: Run LandBOSSE
9095

91-
From the `LandBOSSE` folder, type the following command:
96+
Navigate back to where you installed LandBOSSE (in case you have navigated away) and run LandBOSSE by typing the following two commands:
9297

93-
```
98+
```
99+
cd \Users\%USERNAME%\Desktop\landbosse\LandBOSSE-master\
94100
python main.py -i \Users\%USERNAME%\Desktop\landbosse\input -o \Users\%USERNAME%\Desktop\landbosse\output
95101
```
96102

0 commit comments

Comments
 (0)