File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 5
5
1 . Currently only installation from git is supported, refer to "Development" chapter for details.
6
6
2 . Set environment variable ` DRIVERS_HOME ` to point where the webdrivers should be installed
7
7
``` bash
8
- export DRIVERS_HOME=/home/$USER /webdrivers
8
+ linux:
9
+ export DRIVERS_HOME=/home/$USER /webdrivers
10
+
11
+ windows:
12
+ setx DRIVERS_HOME " %USERPROFILE%\webdrivers"
9
13
```
10
14
11
15
# Usage
@@ -28,11 +32,9 @@ Following webdriver types are supported:
28
32
```
29
33
30
34
2. Install [Poetry](https://python-poetry.org/docs/# installation)
31
- 3. Inside the folder create ` poetry.toml ` file with content :
35
+ 3. If you want to create vitrual env inside the same folder :
32
36
` ` ` bash
33
- [virtualenvs]
34
- create = true
35
- in-project = true
37
+ $ poetry config virtualenvs.in-project true
36
38
` ` `
37
39
4. Install project and all dependencies using poetry.
38
40
` ` ` bash
You can’t perform that action at this time.
0 commit comments