| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -59,11 +59,13 @@ In order to make the process easier, we've included a [sample bug report templat | |||
| 59 | 59 | We welcome direct contributions to the sendgrid-python code base. Thank you! | |
| 60 | 60 | ||
| 61 | 61 | ### Development Environment ### | |
| 62 | - | ||
| 63 | - #### Using Docker #### | ||
| 62 | + #### There are two ways to get set up: #### | ||
| 63 | + #### 1. Using Docker #### | ||
| 64 | + This is usually the easiest and fastest way to get set up. | ||
| 64 | 65 | You can use our Docker image to avoid setting up the development environment yourself. See [USAGE.md](https://github.com/sendgrid/sendgrid-python/blob/master/docker/USAGE.md). | |
| 65 | 66 | ||
| 66 | - #### Install and Run Locally #### | ||
| 67 | + #### - OR - #### | ||
| 68 | + #### 2. Install and Run Locally #### | ||
| 67 | 69 | ||
| 68 | 70 | ##### Prerequisites ##### | |
| 69 | 71 | ||
@@ -150,7 +152,12 @@ pyenv install 2.6.9 | |||
| 150 | 152 | pyenv install 2.7.11 | |
| 151 | 153 | pyenv install 3.4.3 | |
| 152 | 154 | pyenv install 3.5.0 | |
| 155 | + ``` | ||
| 156 | + Make sure to change the current working directory to your local version of the repo before running the following command: | ||
| 157 | + ``` | ||
| 153 | 158 | python setup.py install | |
| 159 | + ``` | ||
| 160 | + ``` | ||
| 154 | 161 | pyenv local 3.5.0 3.4.3 2.7.11 2.6.9 | |
| 155 | 162 | pyenv rehash | |
| 156 | 163 | ``` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments