Skip to content
Snippets Groups Projects
Commit 3b283065 authored by David Radu's avatar David Radu
Browse files

updated readme and requirements

parent d8a0b943
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ The `data` folder (whose path must be specified in the first line of `config_mod
model. Currently, the data available covers solely the European continent and is available [here](https://dox.uliege.be/index.php/s/L9jH5aCQdZ7ie4W).
In order to run the model and assuming that this repository has been obtained via `git clone` the following steps must be taken:
* Install all package dependencies listed in the `requirements.yml` file
* Install all package dependencies via `conda env create -f requirements.yml`
* Configure run via the `config` files
* Run `python main.py` from the `src` folder
......
......@@ -3,6 +3,7 @@ channels:
- conda-forge
- defaults
dependencies:
- pip
- bottleneck
- dask
- matplotlib
......@@ -16,6 +17,7 @@ dependencies:
- geopy
- pypsa
- shapely
- geopy
- julia
- pycountry
\ No newline at end of file
- pycountry
- pip:
- julia
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment