8000 fix substep indentation in readme · sschiffel/pvlib-python@791b16c · GitHub
[go: up one dir, main page]

Skip to content

Commit 791b16c

Browse files
committed
fix substep indentation in readme
1 parent 6081f9e commit 791b16c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ We strongly recommend working in a **virtual environment** if you're going to us
5656

5757
1. Create a new conda environment for pvlib and pre-install a handful of packages into the environment: ``conda create --name pvlibdev python pandas scipy ephem``
5858
2. Activate the new environment: ``source activate pvlibdev``
59-
2. Install the latest development version
60-
A. If you don't plan to modify the source-code: ``pip install git+https://github.com/pvlib/pvlib-python.git``
61-
B. If you do plan to modify the source code: Use the GitHub GUI application or git command-line tool to clone this repository to your computer, then navigate your command-line to the top-level pvlib-python directory, then ``pip install -e .``
59+
2. Install the latest development version:
60+
2. If you don't plan to modify the source-code: ``pip install git+https://github.com/pvlib/pvlib-python.git``
61+
2. If you do plan to modify the source code: Use the GitHub GUI application or git command-line tool to clone this repository to your computer, then navigate your command-line to the top-level pvlib-python directory, then ``pip install -e .``
6262
2. You may also consider installing additional packages into your development environment: ``conda install ipython-notebook nose seaborn``
6363

6464
The [conda documentation](http://conda.pydata.org/docs/using/index.html) has more information on how to use virtual environments.

0 commit comments

Comments
 (0)
0