File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,37 @@ Notes:
201
201
202
202
- The evaluation per horizon is not available for this model, as it is not provided by the open-meteo data.
203
203
204
+ ## Development Environment Setup
205
+
206
+ To set up the development environment for this project, follow these steps:
207
+
208
+ 1 . ** Clone the repository:**
209
+ ``` bash
210
+ git clone https://github.com/openclimatefix/open-source-quartz-solar-forecast.git
211
+ cd open-source-quartz-solar-forecast
212
+ ```
213
+
214
+ 2 . ** Create a virtual environment:**
215
+ ``` bash
216
+ python3 -m venv venv
217
+ source venv/bin/activate # On Windows use `venv\Scripts\activate`
218
+ ```
219
+
220
+ 3 . ** Install the required dependencies:**
221
+ ``` bash
222
+ pip install -r requirements.txt
223
+ ```
224
+
225
+ 4 . ** Run the Jupyter Notebook server:**
226
+ ``` bash
227
+ jupyter notebook
228
+ ```
229
+
230
+ 5 . ** Open your browser and navigate to:**
231
+ ``` bash
232
+ http://localhost:8888
233
+ ```
234
+
204
235
## Abbreviations
205
236
206
237
- NWP: Numerical Weather Predictions
You can’t perform that action at this time.
0 commit comments