diff --git a/README.md b/README.md index a1346bd..77af8a3 100644 --- a/README.md +++ b/README.md @@ -80,15 +80,16 @@ Non-Python Users: [📄 API Docs](https://docs.webtranspose.com). This repo contains a local **lite** installation of Web Transpose. This is a good option if you want to run Web Transpose locally on your machine for quick use cases. ```shell -pip install webtranspose[lite] +pip install webtranspose ``` -However, if you wish to leverage the full tools of Web Transpose and use in production, you should install the **full** version. +However, if you wish to leverage the full tools of Web Transpose and use in production, you should add your API key to add the **full** version. -```shell -pip install webtranspose +```python +os.environ["WEBTRANSPOSE_API_KEY"] = "YOUR_API_KEY_HERE" ``` + ## Enterprise Support Web Transpose serves enterprises small and large. We partner with companies for the long term with hands-on support and custom solutions.