diff --git a/docs-src/Installation.md b/docs-src/Installation.md index ece9100..bd8fa0f 100644 --- a/docs-src/Installation.md +++ b/docs-src/Installation.md @@ -28,21 +28,21 @@ The code is available on [GitHub]({{ config.repo_url }}). Available package vers ``` === "Install via pip" - To install webqueue2-api 0.9.1, you can run: + To install webqueue2-api 1.0.0, you can run: ``` - pip install git+{{ config.repo_url }}@0.9.1#egg=webqueue2-api + pip install git+{{ config.repo_url }}@1.0.0#egg=webqueue2api ``` === "Install via requirements file" - To install webqueue2-api 0.9.1, place the following line your requirements file: + To install webqueue2-api 1.0.0, place the following line your requirements file: ```bash - echo "git+{{ config.repo_url }}@0.9.1#egg=webqueue2-api" >> requirements.txt + echo "git+{{ config.repo_url }}@1.0.0#egg=webqueue2api" >> requirements.txt pip install -r requirements.txt ``` -If you'd like a version other than 0.9.1 simply replace the that version number with a different version listed on the [releases page]({{ config.repo_url }}/releases). +If you'd like a version other than 1.0.0 simply replace the that version number with a different version listed on the [releases page]({{ config.repo_url }}/releases). To start the server, run the following while your virtual environment is activated: ```bash diff --git a/docs/Installation/index.html b/docs/Installation/index.html index 2fc2b6a..e60f14b 100644 --- a/docs/Installation/index.html +++ b/docs/Installation/index.html @@ -440,18 +440,18 @@
To install webqueue2-api 0.9.1, you can run:
-pip install git+https://github.itap.purdue.edu/ECN/webqueue2-api@0.9.1#egg=webqueue2-api
+To install webqueue2-api 1.0.0, you can run:
+pip install git+https://github.itap.purdue.edu/ECN/webqueue2-api@1.0.0#egg=webqueue2api
To install webqueue2-api 0.9.1, place the following line your requirements file:
-echo "git+https://github.itap.purdue.edu/ECN/webqueue2-api@0.9.1#egg=webqueue2-api" >> requirements.txt
+To install webqueue2-api 1.0.0, place the following line your requirements file:
+echo "git+https://github.itap.purdue.edu/ECN/webqueue2-api@1.0.0#egg=webqueue2api" >> requirements.txt
pip install -r requirements.txt
If you'd like a version other than 0.9.1 simply replace the that version number with a different version listed on the releases page.
+If you'd like a version other than 1.0.0 simply replace the that version number with a different version listed on the releases page.
To start the server, run the following while your virtual environment is activated:
gunicorn webqueue2api.api:app