Skip to content

Commit c2eb49b

Browse files
authored
Update README.md
1 parent a0ad3a8 commit c2eb49b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,8 @@ you need to know to be productive with Helium.
9494

9595
## API Documentation
9696

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/).
10499

105100
## Status of this project
106101

@@ -134,6 +129,7 @@ rest of the code, in particular the use of tabs over spaces.
134129
Before you submit a PR, ensure that the tests still work:
135130

136131
```bash
132+
pip install -Ur requirements\test.txt
137133
python setup.py test
138134
```
139135

0 commit comments

Comments
 (0)