You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,9 @@ locally or to servers. We will build a simple Dash app together.
14
14
## Getting started
15
15
16
16
1. Clone the repository locally
17
-
2.[Setup](https://oemof.readthedocs.io/en/latest/installation_and_setup.html#using-virtualenv-community-driven) a virtual environment.
18
-
3. Install the dependencies `pip install -r requirements.txt` or `conda env create --file=environment.yml`
17
+
2a. Conda users, run `conda env create --file=environment.yml` (it will automatically install the requirements)
18
+
2b. [Setup](https://oemof.readthedocs.io/en/latest/installation_and_setup.html#using-virtualenv-community-driven) a virtual environment.
19
+
3b. Install the dependencies `pip install -r requirements.txt`
19
20
4. run the app locally with `python app.py`, you can visualize it in your browser under
20
21
`http://127.0.0.1:8050`
21
22
@@ -27,4 +28,4 @@ locally or to servers. We will build a simple Dash app together.
27
28
28
29
## Tips
29
30
30
-
- in a python terminal type `help(dash_core_components.<name of your component>` to get the description of the component as well as its properties (you need to `import dash_core_components` beforehand)
31
+
- in a python terminal type `help(dash_core_components.<name of your component>` to get the description of the component as well as its properties (you need to `import dash_core_components` beforehand)
0 commit comments