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

How to install iceportal-apis via python pip




iceportal-apis - A module for interacting with the Deutsche Bahn onboard APIs, it belongs to Classifiers:

- Topic :: Internet
- Topic :: Internet :: WWW/HTTP
- Topic :: Internet :: WWW/HTTP :: Dynamic Content

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



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_iceportal-apis_env

- Active the virtual environment

test_iceportal-apis_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_iceportal-apis_env

- Active the virtual environment

source test_iceportal-apis_env/bin/active


Step 2: OK, now, let flow below content to start the installation iceportal-apis

To install iceportal-apis on Windows(CMD):

py -m pip install iceportal-apis

To install iceportal-apis on Unix/macOs:

pip install iceportal-apis


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

Example:

pip install iceportal-apis==1.0.0


Please see the version list below table:

VersionReleased dateCommand
iceportal-apis 1.1.12021-10-13T12:02:59Windows:

py -m pip install iceportal-apis==1.1.1

Unix/macOs:

pip install iceportal-apis==1.1.1

iceportal-apis 1.1.02021-10-09T18:58:02Windows:

py -m pip install iceportal-apis==1.1.0

Unix/macOs:

pip install iceportal-apis==1.1.0

iceportal-apis 1.0.82020-12-12T22:53:20Windows:

py -m pip install iceportal-apis==1.0.8

Unix/macOs:

pip install iceportal-apis==1.0.8

iceportal-apis 1.0.72020-12-06T23:07:18Windows:

py -m pip install iceportal-apis==1.0.7

Unix/macOs:

pip install iceportal-apis==1.0.7

iceportal-apis 1.0.62020-12-02T18:29:01Windows:

py -m pip install iceportal-apis==1.0.6

Unix/macOs:

pip install iceportal-apis==1.0.6

iceportal-apis 1.0.52020-11-08T18:06:13Windows:

py -m pip install iceportal-apis==1.0.5

Unix/macOs:

pip install iceportal-apis==1.0.5

iceportal-apis 1.0.42020-11-06T21:46:48Windows:

py -m pip install iceportal-apis==1.0.4

Unix/macOs:

pip install iceportal-apis==1.0.4

iceportal-apis 1.0.32020-11-06T13:00:28Windows:

py -m pip install iceportal-apis==1.0.3

Unix/macOs:

pip install iceportal-apis==1.0.3

iceportal-apis 1.0.12020-11-05T17:18:52Windows:

py -m pip install iceportal-apis==1.0.1

Unix/macOs:

pip install iceportal-apis==1.0.1

iceportal-apis 1.0.02020-11-05T16:06:47Windows:

py -m pip install iceportal-apis==1.0.0

Unix/macOs:

pip install iceportal-apis==1.0.0


Step 4: Otherwise, you can install iceportal-apis from local archives:

Download the distribution file from iceportal_apis-1.1.1.tar.gz or the specific iceportal-apis version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_iceportal-apis_downloaded_file>

On Unix/macOs:

pip install <path_to_iceportal-apis_downloaded_file>


List distribution:

- iceportal_apis-1.0.0-py3-none-any.whl (python version >=3)
- iceportal_apis-1.0.0.tar.gz (python version >=3)
- iceportal_apis-1.0.1-py3-none-any.whl (python version >=3)
- iceportal_apis-1.0.1.tar.gz (python version >=3)
- iceportal_apis-1.0.3-py3-none-any.whl (python version >=3)
- iceportal_apis-1.0.3.tar.gz (python version >=3)
- iceportal_apis-1.0.4-py3-none-any.whl (python version >=3)
- iceportal_apis-1.0.4.tar.gz (python version >=3)
- iceportal_apis-1.0.5-py3-none-any.whl (python version >=3)
- iceportal_apis-1.0.5.tar.gz (python version >=3)
- iceportal_apis-1.0.6-py3-none-any.whl (python version >=3)
- iceportal_apis-1.0.6.tar.gz (python version >=3)
- iceportal_apis-1.0.7-py3-none-any.whl (python version >=3)
- iceportal_apis-1.0.7.tar.gz (python version >=3)
- iceportal_apis-1.0.8-py3-none-any.whl (python version >=3.6)
- iceportal_apis-1.0.8.tar.gz (python version >=3.6)
- iceportal_apis-1.1.0-py3-none-any.whl (python version >=3.7.2)
- iceportal_apis-1.1.0.tar.gz (python version >=3.7.2)
- iceportal_apis-1.1.1-py3-none-any.whl (python version >=3.7.2)
- iceportal_apis-1.1.1.tar.gz (python version >=3.7.2)
- iceportal_apis-2.0.0-py3-none-any.whl (python version >=3.7.2)
- iceportal_apis-2.0.0.tar.gz (python version >=3.7.2)
- iceportal_apis-2.0.1-py3-none-any.whl (python version >=3.7.2)
- iceportal_apis-2.0.1.tar.gz (python version >=3.7.2)
- iceportal_apis-2.0.2-py3-none-any.whl (python version >=3.7.2)
- iceportal_apis-2.0.2.tar.gz (python version >=3.7.2)


Project link:

- Homepage
- Bug Reports
- Source