Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
resite_ip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
smart_grids
public
resite_ip
Commits
3b283065
Commit
3b283065
authored
3 years ago
by
David Radu
Browse files
Options
Downloads
Patches
Plain Diff
updated readme and requirements
parent
d8a0b943
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
requirements.yml
+5
-3
5 additions, 3 deletions
requirements.yml
with
6 additions
and
4 deletions
README.md
+
1
−
1
View file @
3b283065
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
requirements.yml
+
5
−
3
View file @
3b283065
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment