File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -94,13 +94,8 @@ you need to know to be productive with Helium.
94
94
95
95
## API Documentation
96
96
97
- If you use an IDE such as PyCharm, you should get auto-completion and
98
- documentation for Helium's various functions. Otherwise, please look at
99
- [ this Python file] ( helium/__init__.py ) . It lists all of Helium's public
100
- functions. I have not yet had time to bring this into a more readable state,
101
- sorry.
102
-
103
- The documentation for this project can be found [ here] ( https://selenium-python-helium.readthedocs.io/en/latest/ ) .
97
+ The documentation for this project can be found
98
+ [ here] ( https://selenium-python-helium.readthedocs.io/en/latest/ ) .
104
99
105
100
## Status of this project
106
101
@@ -134,6 +129,7 @@ rest of the code, in particular the use of tabs over spaces.
134
129
Before you submit a PR, ensure that the tests still work:
135
130
136
131
``` bash
132
+ pip install -Ur requirements\t est.txt
137
133
python setup.py test
138
134
```
139
135
You can’t perform that action at this time.
0 commit comments