We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18f3ecd + 41819f5 commit 63e49c7Copy full SHA for 63e49c7
README.rst
@@ -14,12 +14,18 @@ For more details see the `Amadeus for Developers Portal
14
Installation
15
------------
16
17
-This SDK requires Python 2.7+ or 3.3+. You can install install it
18
-directly with pip.
+This SDK requires Python 2.7+ or 3.3+. You can install it directly with pip.
19
20
.. code:: sh
21
22
- pip install amadeus==1.0.0b8
+ pip install amadeus
+
23
+You can also add it to your `requirements.txt` file and install using:
24
25
+.. code:: sh
26
27
+ pip install -r requirements.txt
28
29
30
Getting Started
31
---------------
amadeus/version.py
@@ -1,2 +1,2 @@
1
-version_info = (1, 0, '0b8')
+version_info = (1, 0, 0)
2
version = '.'.join(str(v) for v in version_info)
0 commit comments