File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -37,17 +37,19 @@ Requirements
3737Installation
3838------------
3939
40- User Install
41- ^^^^^^^^^^^^
40+ Users
41+ ^^^^^
4242
4343The easiest way to install colormath2 is via pip::
4444
4545 $ pip install colormath2
4646
47- Developer Install
48- ^^^^^^^^^^^^^^^^^
47+ Contributors
48+ ^^^^^^^^^^^^
4949
50- Install the development dependencies as follows::
50+ #. Fork and clone the repo
51+ #. Create a virtual environment
52+ #. Install the development dependencies as follows::
5153
5254 $ pip install -I -e .[development]
5355
@@ -56,8 +58,8 @@ Git and Line Endings
5658
5759This repo currently uses Windows-style line endings.
5860
59- If you see ``^M `` at the end of lines in your editor, try running
60- the following on your local fork ::
61+ If you see ``^M `` at the end of lines in your editor or `` git diff `` view,
62+ try running the following on your local clone ::
6163
6264 git config --local global.whitespace "cr-at-eol"
6365
You can’t perform that action at this time.
0 commit comments