We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5121cb commit 37de35aCopy full SHA for 37de35a
examples/README.md
@@ -32,7 +32,7 @@ python ping.py -k $API_KEY
32
```
33
git clone git@github.com:rosette-api/python.git
34
cd python/examples
35
-docker run -it -v $(pwd):/source --entrypoint bash python:3.6-slim
+docker run -it -v $(pwd):/source --entrypoint bash python:3.12-slim
36
cd /source
37
pip install rosette_api
38
python ping.py -k $API_KEY
@@ -42,7 +42,7 @@ python ping.py -k $API_KEY
42
43
44
cd python
45
46
47
python setup.py install
48
cd examples
0 commit comments