Skip to content

Commit dd76811

Browse files
pajhiwoczerus
authored andcommitted
docs(readme.md): fixes according to PR review
1 parent e79bf65 commit dd76811

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Diff for: README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
1. Currently only installation from git is supported, refer to "Development" chapter for details.
66
2. Set environment variable `DRIVERS_HOME` to point where the webdrivers should be installed
77
```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"
913
```
1014

1115
# Usage
@@ -28,11 +32,9 @@ Following webdriver types are supported:
2832
```
2933

3034
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:
3236
```bash
33-
[virtualenvs]
34-
create = true
35-
in-project = true
37+
$ poetry config virtualenvs.in-project true
3638
```
3739
4. Install project and all dependencies using poetry.
3840
```bash

0 commit comments

Comments
 (0)