forked from sogno-platform/covee
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
read me with the installation proedure
Signed-off-by: Edoardo De Din <ededin@eonerc.rwth-aachen.de>
- Loading branch information
1 parent
e07a399
commit 68ff696
Showing
55 changed files
with
66 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,8 @@ csv_files/plots/ | |
powerflow/powerflow | ||
venv_ext | ||
covee_env | ||
dist | ||
build | ||
*.csv | ||
*.eps | ||
*.png | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
SHELL := /bin/bash | ||
|
||
init: | ||
python3 ./setup/createEnv.py -y | ||
python3 ./create_env/createEnv.py -y | ||
source covee_env/bin/activate -y && \ | ||
pip install --upgrade pip && \ | ||
pip install -r ./setup/requirements.txt | ||
pip install --upgrade pip | ||
pip install . | ||
clean: | ||
sudo rm -R -f covee_env | ||
rm -R -f __pycache__ | ||
rm -R -f covee_env.egg-info | ||
rm -R -f covee_env.egg-info | ||
rm -R -f covee.egg-info | ||
rm -R -f dist | ||
rm -R -f build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,33 @@ | ||
# CoVee | ||
|
||
CoVee is a Python package implementing several voltage control methods. | ||
CoVee is a Python package that can be used to implement and test several voltage control methods. | ||
|
||
## Installation | ||
|
||
### User | ||
|
||
Install the covee package with | ||
|
||
$ python setup.py install | ||
|
||
### Virtual Environment (only for Linux) | ||
|
||
Create a virtual environment and install the covee package with | ||
|
||
$ make init | ||
|
||
### Docker version with docker-compose | ||
|
||
$ sudo docker-compose up | ||
$ sudo docker exec -it (CONTAINER) bash | ||
$ cd covee | ||
$ make init | ||
$ covee_env/bin/python3 covee_main.py | ||
|
||
|
||
## License | ||
|
||
The project is released under the terms of the [MPL 2.0](https://mozilla.org/MPL/2.0/). | ||
The project is released under the terms of the [MPL 2.0](https://mozilla.org/MPL/2.0/). | ||
|
||
## Getting Started | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...adratic_Control_Centralized_DualAscent.py → ...adratic_Control_Centralized_DualAscent.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# CoVee - Getting Started | ||
|
||
|
||
|
||
|
||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.