From c63bfcc900bba7b7ddd36da15dfa4a423e669b27 Mon Sep 17 00:00:00 2001 From: cxloe <77425619+cxloe@users.noreply.github.com> Date: Mon, 12 Dec 2022 21:13:38 -0500 Subject: [PATCH 1/2] Update readme.md --- python-library/readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-library/readme.md b/python-library/readme.md index f619909f4..ab1106a43 100644 --- a/python-library/readme.md +++ b/python-library/readme.md @@ -1,7 +1,6 @@ ## Full Service Python API ( soon ™️ to be CLI as well ) -To get started, you can do 'poetry install' and 'poetry shell' to set up an enviornment. -More simply, you can just 'pip install aiohttp' and you're ready to go, as long as you're using Python 3.8+ +To get started, you can do 'poetry install --no-dev' and 'poetry shell' to set up an enviornment. Here is a simple example of usage: From 8dac60aeb4d5bc24d5dc75949292c6576cc56e14 Mon Sep 17 00:00:00 2001 From: cxloe <77425619+cxloe@users.noreply.github.com> Date: Tue, 13 Dec 2022 12:35:46 -0500 Subject: [PATCH 2/2] typo --- python-library/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-library/readme.md b/python-library/readme.md index ab1106a43..906451007 100644 --- a/python-library/readme.md +++ b/python-library/readme.md @@ -1,6 +1,6 @@ ## Full Service Python API ( soon ™️ to be CLI as well ) -To get started, you can do 'poetry install --no-dev' and 'poetry shell' to set up an enviornment. +To get started, you can do 'poetry install --no-dev' and 'poetry shell' to set up an environment. Here is a simple example of usage: