eclipse-volttron / volttron-openadr-ven

Apache License 2.0
5 stars 5 forks source link

Improve README quick-start tutorial: e.g. README installation steps failed silently (when using `vctl install`) due to poetry dependency #50

Closed kefeimo closed 1 year ago

kefeimo commented 1 year ago

README didn't mention peotry install. However, the installation steps failed silently (when using vctl install) due to poetry dependency. As the following screenshot shows, the agent installation failed with a number 2. image

Suggestion: Improve error log, or mention poetry in the README

kefeimo commented 1 year ago

The README at: https://github.com/eclipse-volttron/volttron-openadr-ven#readme Requires to activate two virtual-env. (i.e.,, one for volttron and openadr-agent, and another one for openleadr.) It can be confusing from which virtual environment one should type the command.

Suggest including the venv name indicator, e.g.

orginal python utils/vtn.py to (venv-openleadr) $ python utils/vtn.py

orignal vctl status to (venv-volttron) $ vctl status

kefeimo commented 1 year ago

https://github.com/eclipse-volttron/volttron-openadr-ven/pull/51 Merged https://github.com/eclipse-volttron/volttron-core/pull/157