Skip to content

Commit 30593fc

Browse files
committed
More notes on developer installs
1 parent a355cc1 commit 30593fc

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,19 @@ Requirements
3737
Installation
3838
------------
3939

40-
User Install
41-
^^^^^^^^^^^^
40+
Users
41+
^^^^^
4242

4343
The 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

5759
This 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

0 commit comments

Comments
 (0)