Skip to content

Commit 3d0425e

Browse files
committed
Update a comment.
1 parent 6c2c3a7 commit 3d0425e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

seleniumbase/config/settings.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
"""
22
You'll probably want to customize this to your own environment and needs.
33
4-
ALL USERS: IF YOU MAKE CHANGES TO THIS FILE, YOU NEED TO RERUN
5-
``python setup.py install`` IN ORDER FOR YOUR CHANGES TO TAKE EFFECT!
4+
If you used ``python setup.py install`` instead of ``python setup.py develop``,
5+
you may need to rerun ``python setup.py install`` in order for your changes
6+
to take effect (unless you switch to using ``develop``).
67
"""
78

89

0 commit comments

Comments
 (0)