Skip to content

Commit ba9f0b4

Browse files
authored
Update 01_install.md
1 parent a0df470 commit ba9f0b4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/docs/01_install.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ In order to use the routine to download ERA5 data from the [Google Cloud Storage
5252

5353
Go to [Development page](./08_Development.md)
5454

55-
### 🧩 Step 1. Clone the repository
55+
### Step 1. Clone the repository
5656

57-
Now clone the GitHub repo (replace URL with the one you want):
57+
Clone the GitHub repo:
5858

5959
```bash
6060
git clone [email protected]:ArcticSnow/TopoPyScale.git
@@ -63,19 +63,19 @@ cd TopoPyScale
6363

6464
---
6565

66-
### 🧱 Step 2. Install it in **editable/development mode**
66+
### Step 2. Install it in **editable/development mode**
6767

6868
This lets you modify the source code and have changes take effect immediately:
6969

7070
```bash
7171
pip install -e .
7272
```
7373

74-
The `-e` flag means *editable*perfect for development work.
74+
The `-e` flag means *editable* — for development work.
7575

7676
---
7777

78-
### 🧪 Step 3. Verify your setup
78+
### Step 3. Verify your setup
7979

8080
Check that Python is using your local copy:
8181

@@ -85,10 +85,10 @@ python -m pip show topopyscale
8585

8686
You should see something like:
8787

88-
```
88+
```bash
8989
Location: /home/user/TopoPyScale
9090
Editable project location: /home/user/TopoPyScale
91-
91+
```
9292

9393
## Install Pvlib with SPA C-implementation
9494
By default, TopoPyScale uses the Python Numpy implementatino of Pvlib to compute solar position. The Pvlib library offers multiple method to compute the solar position, with one using a C-implementation. Because of licensing, the C files are not distributed within the Pvlib library. This requries a special manipulation to execute:

0 commit comments

Comments
 (0)