Skip to content

Commit 6f818d4

Browse files
committed
WS-3314: Few small tweaks.
1 parent 22b945f commit 6f818d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Python Binding
88
==========================================
9-
This is the API documentation for the Babel Street Analytics API Python Binding. For examples and usage, please refer to our `API Guide <http://developer.rosette.com/api-guide>`_.
9+
This is the API documentation for the Babel Street Analytics API Python Binding. For examples and usage, please refer to our `API Guide <http://developer.babelstreet.com/api-guide>`_.
1010

1111
.. toctree::
1212
:maxdepth: 2

examples/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A note on prerequisites. Analytics API only supports TLS 1.2 so ensure your too
1111
```
1212
git clone [email protected]:rosette-api/python.git
1313
cd python/examples
14-
virtualenv analytics_venv
14+
python -m venv analytics_venv
1515
source analytics_venv/bin/activate
1616
pip install rosette_api
1717
python ping.py -k $API_KEY
@@ -21,7 +21,7 @@ python ping.py -k $API_KEY
2121
```
2222
git clone [email protected]:rosette-api/python.git
2323
cd python
24-
virtualenv analytics_venv
24+
python -m venv analytics_venv
2525
source analytics_venv/bin/activate
2626
python setup.py install
2727
cd examples

0 commit comments

Comments
 (0)