File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ from the
1212
1313If you have pip_ installed, just run
1414
15- ::
16-
15+ ``` bash
1716 pip install --upgrade pip install robotframework-pythonlibcore
17+ ```
1818
1919to install the latest available release or use
2020
21- ::
22-
21+ ``` bash
2322 pip install pip install robotframework-pythonlibcore==4.5.1
23+ ```
2424
2525to install exactly this version. Alternatively you can download the source
2626distribution from PyPI_ and install it manually.
Original file line number Diff line number Diff line change 2929
3030If you have pip_ installed, just run
3131
32- ::
33-
32+ ```bash
3433 pip install --upgrade pip install robotframework-pythonlibcore
34+ ```
3535
3636to install the latest available release or use
3737
38- ::
39-
38+ ```bash
4039 pip install pip install robotframework-pythonlibcore=={version}
40+ ```
4141
4242to install exactly this version. Alternatively you can download the source
4343distribution from PyPI_ and install it manually.
You can’t perform that action at this time.
0 commit comments