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

How to install TouchPortal-API via python pip




TouchPortal-API - Touch Portal API and SDK for Python, it belongs to Classifiers:

- License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
- Operating System :: Microsoft :: Windows :: Windows 10

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



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_TouchPortal-API_env

- Active the virtual environment

test_TouchPortal-API_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_TouchPortal-API_env

- Active the virtual environment

source test_TouchPortal-API_env/bin/active


Step 2: OK, now, let flow below content to start the installation TouchPortal-API

To install TouchPortal-API on Windows(CMD):

py -m pip install TouchPortal-API

To install TouchPortal-API on Unix/macOs:

pip install TouchPortal-API


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

Example:

pip install TouchPortal-API==1.0


Please see the version list below table:

VersionReleased dateCommand
TouchPortal-API 1.7.72022-07-09T05:33:51Windows:

py -m pip install TouchPortal-API==1.7.7

Unix/macOs:

pip install TouchPortal-API==1.7.7

TouchPortal-API 1.6.32022-05-29T02:46:41Windows:

py -m pip install TouchPortal-API==1.6.3

Unix/macOs:

pip install TouchPortal-API==1.6.3

TouchPortal-API 1.6.22022-01-14T20:12:14Windows:

py -m pip install TouchPortal-API==1.6.2

Unix/macOs:

pip install TouchPortal-API==1.6.2

TouchPortal-API 1.62022-01-11T02:58:30Windows:

py -m pip install TouchPortal-API==1.6

Unix/macOs:

pip install TouchPortal-API==1.6

TouchPortal-API 1.52021-07-29T17:43:28Windows:

py -m pip install TouchPortal-API==1.5

Unix/macOs:

pip install TouchPortal-API==1.5

TouchPortal-API 1.42021-07-17T23:59:13Windows:

py -m pip install TouchPortal-API==1.4

Unix/macOs:

pip install TouchPortal-API==1.4

TouchPortal-API 1.32021-06-12T19:52:40Windows:

py -m pip install TouchPortal-API==1.3

Unix/macOs:

pip install TouchPortal-API==1.3

TouchPortal-API 1.22021-04-12T18:42:17Windows:

py -m pip install TouchPortal-API==1.2

Unix/macOs:

pip install TouchPortal-API==1.2

TouchPortal-API 1.1.22021-03-24T18:32:02Windows:

py -m pip install TouchPortal-API==1.1.2

Unix/macOs:

pip install TouchPortal-API==1.1.2

TouchPortal-API 1.1.12021-03-24T17:18:27Windows:

py -m pip install TouchPortal-API==1.1.1

Unix/macOs:

pip install TouchPortal-API==1.1.1

TouchPortal-API 1.12021-03-24T04:24:27Windows:

py -m pip install TouchPortal-API==1.1

Unix/macOs:

pip install TouchPortal-API==1.1

TouchPortal-API 1.02021-03-24T00:13:31Windows:

py -m pip install TouchPortal-API==1.0

Unix/macOs:

pip install TouchPortal-API==1.0


Step 4: Otherwise, you can install TouchPortal-API from local archives:

Download the distribution file from TouchPortal API-1.7.7.tar.gz or the specific TouchPortal-API version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_TouchPortal-API_downloaded_file>

On Unix/macOs:

pip install <path_to_TouchPortal-API_downloaded_file>


List distribution:


Project link:

- Homepage
- Documentation
- Issues
- Source