Skip to content

Commit

Permalink
move opendssdirect.py upgrade to #48
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Oct 27, 2023
1 parent faa1cd8 commit c8758b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ If either start_time and end_time are invalid or set to None, the simulation wil

- Clone the repository: `git clone https://github.com/urbanopt/urbanopt-ditto-reader.git`
- Change directories into the repository: `cd urbanopt-ditto-reader`
- If you are using an ARM chip (Apple Silicon) computer, install this branch of OpenDSSDirect.py:
`pip install git+https://github.com/dss-extensions/OpenDSSDirect.py@dss_python-0.12.0`
- Create & activate your favorite venv in the repo (I prefer pyenv for [mac/linux](https://github.com/pyenv/pyenv#installation) or [windows](https://github.com/pyenv-win/pyenv-win#installation), and the [virtualenv plugin](https://github.com/pyenv/pyenv-virtualenv))
- Activate pre-commit (only once, after making a new venv): `pre-commit install`
- Runs automatically on your staged changes before every commit
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
]
dependencies = [
"ditto.py[opendss]~=0.2",
"opendssdirect.py ~= 0.7"
"opendssdirect.py ~= 0.6",
]

[project.optional-dependencies]
Expand Down

0 comments on commit c8758b0

Please sign in to comment.