Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install orthanc-rest-client via python pip




orthanc-rest-client - REST client for Orthanc DICOM servers, it belongs to Classifiers:

- Development Status :: 4 - Beta
- License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
- Programming Language :: Python :: 3 :: Only

When you know about this project and you want to new install orthanc-rest-client to support your project or you get trouble as ModuleNotFoundError: No module named "orthanc-rest-client" or ImportError: cannot import name "orthanc-rest-client" in your project, let follow this tutorial to install orthanc-rest-client



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_orthanc-rest-client_env

- Active the virtual environment

test_orthanc-rest-client_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_orthanc-rest-client_env

- Active the virtual environment

source test_orthanc-rest-client_env/bin/active


Step 2: OK, now, let flow below content to start the installation orthanc-rest-client

To install orthanc-rest-client on Windows(CMD):

py -m pip install orthanc-rest-client

To install orthanc-rest-client on Unix/macOs:

pip install orthanc-rest-client


Step 3: If you want to install a specific orthanc-rest-client version, add ==<orthanc-rest-client version> to the end command line

Example:

pip install orthanc-rest-client==0.1.0


Please see the version list below table:

VersionReleased dateCommand
orthanc-rest-client 0.5.72019-09-11T04:00:20Windows:

py -m pip install orthanc-rest-client==0.5.7

Unix/macOs:

pip install orthanc-rest-client==0.5.7

orthanc-rest-client 0.5.62019-07-03T04:48:52Windows:

py -m pip install orthanc-rest-client==0.5.6

Unix/macOs:

pip install orthanc-rest-client==0.5.6

orthanc-rest-client 0.5.42019-06-09T18:40:07Windows:

py -m pip install orthanc-rest-client==0.5.4

Unix/macOs:

pip install orthanc-rest-client==0.5.4

orthanc-rest-client 0.5.12019-04-11T05:57:13Windows:

py -m pip install orthanc-rest-client==0.5.1

Unix/macOs:

pip install orthanc-rest-client==0.5.1

orthanc-rest-client 0.4.12019-02-24T01:09:37Windows:

py -m pip install orthanc-rest-client==0.4.1

Unix/macOs:

pip install orthanc-rest-client==0.4.1

orthanc-rest-client 0.4.02019-02-03T04:27:13Windows:

py -m pip install orthanc-rest-client==0.4.0

Unix/macOs:

pip install orthanc-rest-client==0.4.0

orthanc-rest-client 0.3.32019-01-29T08:51:45Windows:

py -m pip install orthanc-rest-client==0.3.3

Unix/macOs:

pip install orthanc-rest-client==0.3.3

orthanc-rest-client 0.3.22019-01-29T07:09:04Windows:

py -m pip install orthanc-rest-client==0.3.2

Unix/macOs:

pip install orthanc-rest-client==0.3.2

orthanc-rest-client 0.3.12019-01-29T06:35:56Windows:

py -m pip install orthanc-rest-client==0.3.1

Unix/macOs:

pip install orthanc-rest-client==0.3.1

orthanc-rest-client 0.3.02018-12-29T05:23:50Windows:

py -m pip install orthanc-rest-client==0.3.0

Unix/macOs:

pip install orthanc-rest-client==0.3.0

orthanc-rest-client 0.2.32018-12-20T02:32:31Windows:

py -m pip install orthanc-rest-client==0.2.3

Unix/macOs:

pip install orthanc-rest-client==0.2.3

orthanc-rest-client 0.2.22018-12-19T03:10:50Windows:

py -m pip install orthanc-rest-client==0.2.2

Unix/macOs:

pip install orthanc-rest-client==0.2.2

orthanc-rest-client 0.2.12018-12-15T04:18:18Windows:

py -m pip install orthanc-rest-client==0.2.1

Unix/macOs:

pip install orthanc-rest-client==0.2.1

orthanc-rest-client 0.2.02018-12-15T02:47:18Windows:

py -m pip install orthanc-rest-client==0.2.0

Unix/macOs:

pip install orthanc-rest-client==0.2.0

orthanc-rest-client 0.1.02018-12-12T02:41:05Windows:

py -m pip install orthanc-rest-client==0.1.0

Unix/macOs:

pip install orthanc-rest-client==0.1.0


Step 4: Otherwise, you can install orthanc-rest-client from local archives:

Download the distribution file from orthanc_rest_client-0.5.7.tar.gz or the specific orthanc-rest-client version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_orthanc-rest-client_downloaded_file>

On Unix/macOs:

pip install <path_to_orthanc-rest-client_downloaded_file>


List distribution:

- orthanc_rest_client-0.1.0-py2.py3-none-any.whl
- orthanc_rest_client-0.1.0.tar.gz
- orthanc_rest_client-0.2.0-py2.py3-none-any.whl
- orthanc_rest_client-0.2.0.tar.gz
- orthanc_rest_client-0.2.1-py2.py3-none-any.whl
- orthanc_rest_client-0.2.1.tar.gz
- orthanc_rest_client-0.2.2-py2.py3-none-any.whl
- orthanc_rest_client-0.2.2.tar.gz
- orthanc_rest_client-0.2.3-py2.py3-none-any.whl
- orthanc_rest_client-0.2.3.tar.gz
- orthanc_rest_client-0.3.0-py3-none-any.whl
- orthanc_rest_client-0.3.0.tar.gz
- orthanc_rest_client-0.3.1-py3-none-any.whl
- orthanc_rest_client-0.3.1.tar.gz
- orthanc_rest_client-0.3.2-py3-none-any.whl
- orthanc_rest_client-0.3.2.tar.gz
- orthanc_rest_client-0.3.3-py3-none-any.whl
- orthanc_rest_client-0.3.3.tar.gz
- orthanc_rest_client-0.4.0-py3-none-any.whl
- orthanc_rest_client-0.4.0.tar.gz
- orthanc_rest_client-0.4.1-py3-none-any.whl
- orthanc_rest_client-0.4.1.tar.gz
- orthanc_rest_client-0.5.1-py3-none-any.whl
- orthanc_rest_client-0.5.1.tar.gz
- orthanc_rest_client-0.5.4-py3-none-any.whl
- orthanc_rest_client-0.5.4.tar.gz
- orthanc_rest_client-0.5.6-py3-none-any.whl
- orthanc_rest_client-0.5.6.tar.gz
- orthanc_rest_client-0.5.7-py3-none-any.whl
- orthanc_rest_client-0.5.7.tar.gz


Project link:

- Homepage