moved section of test instance of pypi to development section in code > rest api page
This commit is contained in:
parent
f4b3b1b571
commit
90fd2a503d
2 changed files with 11 additions and 13 deletions
|
|
@ -54,11 +54,7 @@ To run the API, follow these steps from the root directory of the project:
|
|||
|
||||
- From [PyPI](https://pypi.org/project/caimira/):
|
||||
|
||||
pip install --index-url https://test.pypi.org/simple --extra-index-url https://pypi.org/simple caimira
|
||||
|
||||
!!! info
|
||||
`--extra-index-url` is necessary to resolve dependencies from PyPI.
|
||||
|
||||
pip install caimira
|
||||
|
||||
2. Run the backend:
|
||||
|
||||
|
|
@ -208,3 +204,12 @@ As the project is growing, more endpoints targeted to specific tasks will be dev
|
|||
"room_volume": "60",
|
||||
"total_people": "2"
|
||||
}'
|
||||
|
||||
#### Development
|
||||
|
||||
For testing new releases, use the PyPI Test instance by running the following command (directory independent):
|
||||
|
||||
pip install --index-url https://test.pypi.org/simple --extra-index-url https://pypi.org/simple caimira
|
||||
|
||||
!!! info
|
||||
`--extra-index-url` is necessary to resolve dependencies from PyPI.
|
||||
|
|
|
|||
|
|
@ -257,13 +257,6 @@ CAiMIRA's backend logic can be installed with the following two options:
|
|||
|
||||
pip install caimira
|
||||
|
||||
For testing new releases, use the PyPI Test instance by running the following command (directory independent):
|
||||
|
||||
pip install --index-url https://test.pypi.org/simple --extra-index-url https://pypi.org/simple caimira
|
||||
|
||||
!!! info
|
||||
`--extra-index-url` is necessary to resolve dependencies from PyPI.
|
||||
|
||||
2. **From the [GitLab Repository](https://gitlab.cern.ch/caimira/caimira)<sup>1</sup>**:
|
||||
|
||||
Clone the repository and install it in editable mode for development by running the following commands:
|
||||
|
|
|
|||
Loading…
Reference in a new issue