File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,23 @@ git clone https://github.com/amadeus4dev/amadeus-python.git
66cd amadeus-python
77```
88
9- First, ensure you have a version of every Python we support installed. Your versions may differ.
9+ First, make sure your pyenv is initialized for each environment (` pyenv init ` ).
10+ If you want to have it loaded automatically, add the following to ~ /.zshrc:
11+
12+ ``` sh
13+ eval " $( pyenv init -) "
14+ ```
15+
16+ Second, ensure you have a version of every Python we support installed. Your versions may differ.
1017
1118``` sh
1219pyenv install 2.7.14
1320pyenv install 3.3.7
14- pyenv install ...
15- pyenv global 3.6.3 3.5.4 3.4.7 3.3.7 2.7.14
21+ pyenv install 3.4.9
22+ pyenv install 3.5.6
23+ pyenv install 3.6.3
24+ pyenv install 3.6.8
25+ pyenv global 3.6.8 3.6.3 3.5.6 3.4.9 3.3.7 2.7.14
1626```
1727
1828Next ensure you create a virtual environment.
You can’t perform that action at this time.
0 commit comments