Skip to content

Commit 35a5435

Browse files
authored
Update README.md
1 parent 3ebbe2e commit 35a5435

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ locally or to servers. We will build a simple Dash app together.
1414
## Getting started
1515

1616
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`
1920
4. run the app locally with `python app.py`, you can visualize it in your browser under
2021
`http://127.0.0.1:8050`
2122

@@ -27,4 +28,4 @@ locally or to servers. We will build a simple Dash app together.
2728

2829
## Tips
2930

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

Comments
 (0)