We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d020dcb commit 15b9ebaCopy full SHA for 15b9eba
README.md
@@ -40,15 +40,10 @@ selenium_python_template/
40
41
### Installation
42
43
-Clone the repository:
+Download the Selenium Python Template project from releases page: [https://github.
44
+com/obrizan/selenium_python_template/releases/](https://github.com/obrizan/selenium_python_template/releases/).
45
-```bash
46
-git clone https://github.com/obrizan/selenium_python_template.git
47
-cd selenium_python_template
48
-```
49
-
50
51
-Create and activate virutal environment (optional, but recommended):
+Create and activate virtual environment (optional, but recommended):
52
53
```bash
54
python -m venv .venv
0 commit comments