-
-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bbstilson/update documentation for boto3 (#998)
- Loading branch information
Showing
2 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,19 +9,20 @@ Running Tests | |
Thanks for your interest in contributing to ``aiobotocore``, there are multiple | ||
ways and places you can contribute. | ||
|
||
Fist of all just clone repository:: | ||
First of all, clone the repository:: | ||
|
||
$ git clone [email protected]:aio-libs/aiobotocore.git | ||
|
||
Create virtualenv with at least python3.5 (older version are not supported). | ||
For example using *virtualenvwrapper* commands could look like:: | ||
Create virtualenv with at least python3.5 (older versions are not supported). | ||
For example, using *virtualenvwrapper* commands could look like:: | ||
|
||
$ cd aiobotocore | ||
$ mkvirtualenv --python=`which python3.5` aiobotocore | ||
|
||
|
||
After that please install libraries required for development:: | ||
After that, please install libraries required for development:: | ||
|
||
$ pipenv lock | ||
$ pipenv sync --dev | ||
|
||
Congratulations, you are ready to run the test suite:: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters