Skip to content

Commit 940c28a

Browse files
committed
Update docs for v57.0 release
1 parent b89b93f commit 940c28a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ also download packages for offline installation available on the
4343
[GitHub Releases](../../releases) pages.
4444

4545
```
46-
pip install cefpython3==56.2
46+
pip install cefpython3==57.0
4747
```
4848

4949
## Tutorial

docs/Tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Run the commands below to install the cefpython3 package, clone
3636
the repository and run the Hello World example:
3737

3838
```commandline
39-
pip install cefpython3==56.2
39+
pip install cefpython3==57.0
4040
git clone https://github.com/cztomczak/cefpython.git
4141
cd cefpython/examples/
4242
python hello_world.py

examples/Examples-README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Instructions to install the cefpython3 package, clone the repository
1111
and run the hello_world.py example:
1212

1313
```
14-
pip install cefpython3==56.2
14+
pip install cefpython3==57.0
1515
git clone https://github.com/cztomczak/cefpython.git
1616
cd cefpython/examples/
1717
python hello_world.py

0 commit comments

Comments
 (0)