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

How to install tcconfig via python pip




tcconfig - tcconfig is a tc command wrapper. Make it easy to set up traffic control of network bandwidth/latency/packet-loss/packet-corruption/etc. to a network-interface/Docker-container(veth)., it belongs to Classifiers:

- Environment :: Console
- Intended Audience :: Information Technology
- Intended Audience :: System Administrators
- Intended Audience :: Telecommunications Industry
- Operating System :: POSIX
- Operating System :: POSIX :: Linux
- Programming Language :: Python :: 3.10
- Topic :: Software Development :: Testing
- Topic :: System
- Topic :: System :: Networking
- Topic :: System :: Operating System
- Topic :: System :: Operating System Kernels
- Topic :: System :: Operating System Kernels :: Linux
- Topic :: System :: Systems Administration

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



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_tcconfig_env

- Active the virtual environment

test_tcconfig_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_tcconfig_env

- Active the virtual environment

source test_tcconfig_env/bin/active


Step 2: OK, now, let flow below content to start the installation tcconfig

To install tcconfig on Windows(CMD):

py -m pip install tcconfig

To install tcconfig on Unix/macOs:

pip install tcconfig


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

Example:

pip install tcconfig==0.1.0


Please see the version list below table:

VersionReleased dateCommand
tcconfig 0.27.12021-12-12T15:39:49Windows:

py -m pip install tcconfig==0.27.1

Unix/macOs:

pip install tcconfig==0.27.1

tcconfig 0.27.02021-12-12T12:20:51Windows:

py -m pip install tcconfig==0.27.0

Unix/macOs:

pip install tcconfig==0.27.0

tcconfig 0.26.02020-07-25T06:34:08Windows:

py -m pip install tcconfig==0.26.0

Unix/macOs:

pip install tcconfig==0.26.0

tcconfig 0.25.32020-07-19T16:18:02Windows:

py -m pip install tcconfig==0.25.3

Unix/macOs:

pip install tcconfig==0.25.3

tcconfig 0.25.22020-03-01T14:16:37Windows:

py -m pip install tcconfig==0.25.2

Unix/macOs:

pip install tcconfig==0.25.2

tcconfig 0.25.12020-02-16T14:31:00Windows:

py -m pip install tcconfig==0.25.1

Unix/macOs:

pip install tcconfig==0.25.1

tcconfig 0.25.02020-02-16T12:59:24Windows:

py -m pip install tcconfig==0.25.0

Unix/macOs:

pip install tcconfig==0.25.0

tcconfig 0.24.12020-02-02T14:18:52Windows:

py -m pip install tcconfig==0.24.1

Unix/macOs:

pip install tcconfig==0.24.1

tcconfig 0.24.02020-01-19T08:41:41Windows:

py -m pip install tcconfig==0.24.0

Unix/macOs:

pip install tcconfig==0.24.0

tcconfig 0.23.02019-05-12T04:04:22Windows:

py -m pip install tcconfig==0.23.0

Unix/macOs:

pip install tcconfig==0.23.0

tcconfig 0.22.32019-04-20T14:09:28Windows:

py -m pip install tcconfig==0.22.3

Unix/macOs:

pip install tcconfig==0.22.3

tcconfig 0.22.22019-04-13T17:56:19Windows:

py -m pip install tcconfig==0.22.2

Unix/macOs:

pip install tcconfig==0.22.2

tcconfig 0.22.12019-03-18T18:24:29Windows:

py -m pip install tcconfig==0.22.1

Unix/macOs:

pip install tcconfig==0.22.1

tcconfig 0.22.02019-03-17T04:46:28Windows:

py -m pip install tcconfig==0.22.0

Unix/macOs:

pip install tcconfig==0.22.0

tcconfig 0.21.92019-02-26T13:30:57Windows:

py -m pip install tcconfig==0.21.9

Unix/macOs:

pip install tcconfig==0.21.9

tcconfig 0.21.82019-02-10T15:25:06Windows:

py -m pip install tcconfig==0.21.8

Unix/macOs:

pip install tcconfig==0.21.8

tcconfig 0.21.72019-02-03T14:42:58Windows:

py -m pip install tcconfig==0.21.7

Unix/macOs:

pip install tcconfig==0.21.7

tcconfig 0.21.62019-01-22T15:51:23Windows:

py -m pip install tcconfig==0.21.6

Unix/macOs:

pip install tcconfig==0.21.6

tcconfig 0.21.52019-01-20T06:36:03Windows:

py -m pip install tcconfig==0.21.5

Unix/macOs:

pip install tcconfig==0.21.5

tcconfig 0.21.42019-01-13T04:15:18Windows:

py -m pip install tcconfig==0.21.4

Unix/macOs:

pip install tcconfig==0.21.4

tcconfig 0.21.32019-01-03T07:26:27Windows:

py -m pip install tcconfig==0.21.3

Unix/macOs:

pip install tcconfig==0.21.3

tcconfig 0.21.22018-12-30T11:49:56Windows:

py -m pip install tcconfig==0.21.2

Unix/macOs:

pip install tcconfig==0.21.2

tcconfig 0.21.12018-12-24T12:22:41Windows:

py -m pip install tcconfig==0.21.1

Unix/macOs:

pip install tcconfig==0.21.1

tcconfig 0.21.02018-10-14T15:22:23Windows:

py -m pip install tcconfig==0.21.0

Unix/macOs:

pip install tcconfig==0.21.0

tcconfig 0.20.32018-09-30T16:18:42Windows:

py -m pip install tcconfig==0.20.3

Unix/macOs:

pip install tcconfig==0.20.3

tcconfig 0.20.22018-09-09T14:01:47Windows:

py -m pip install tcconfig==0.20.2

Unix/macOs:

pip install tcconfig==0.20.2

tcconfig 0.20.12018-08-19T16:32:21Windows:

py -m pip install tcconfig==0.20.1

Unix/macOs:

pip install tcconfig==0.20.1

tcconfig 0.20.02018-08-05T17:52:44Windows:

py -m pip install tcconfig==0.20.0

Unix/macOs:

pip install tcconfig==0.20.0

tcconfig 0.19.12018-07-27T11:58:40Windows:

py -m pip install tcconfig==0.19.1

Unix/macOs:

pip install tcconfig==0.19.1

tcconfig 0.19.02018-07-16T13:12:29Windows:

py -m pip install tcconfig==0.19.0

Unix/macOs:

pip install tcconfig==0.19.0

tcconfig 0.18.32018-07-02T14:17:19Windows:

py -m pip install tcconfig==0.18.3

Unix/macOs:

pip install tcconfig==0.18.3

tcconfig 0.18.22018-05-04T11:44:58Windows:

py -m pip install tcconfig==0.18.2

Unix/macOs:

pip install tcconfig==0.18.2

tcconfig 0.18.12018-04-22T14:46:05Windows:

py -m pip install tcconfig==0.18.1

Unix/macOs:

pip install tcconfig==0.18.1

tcconfig 0.18.02018-04-08T09:39:32Windows:

py -m pip install tcconfig==0.18.0

Unix/macOs:

pip install tcconfig==0.18.0

tcconfig 0.17.32018-02-04T13:45:42Windows:

py -m pip install tcconfig==0.17.3

Unix/macOs:

pip install tcconfig==0.17.3

tcconfig 0.17.22018-01-20T17:14:09Windows:

py -m pip install tcconfig==0.17.2

Unix/macOs:

pip install tcconfig==0.17.2

tcconfig 0.17.12017-12-29T12:09:16Windows:

py -m pip install tcconfig==0.17.1

Unix/macOs:

pip install tcconfig==0.17.1

tcconfig 0.17.02017-11-04T14:54:28Windows:

py -m pip install tcconfig==0.17.0

Unix/macOs:

pip install tcconfig==0.17.0

tcconfig 0.16.22017-10-28T15:02:36Windows:

py -m pip install tcconfig==0.16.2

Unix/macOs:

pip install tcconfig==0.16.2

tcconfig 0.16.12017-10-17T15:41:57Windows:

py -m pip install tcconfig==0.16.1

Unix/macOs:

pip install tcconfig==0.16.1

tcconfig 0.16.02017-10-08T12:10:10Windows:

py -m pip install tcconfig==0.16.0

Unix/macOs:

pip install tcconfig==0.16.0

tcconfig 0.15.02017-09-02T16:40:21Windows:

py -m pip install tcconfig==0.15.0

Unix/macOs:

pip install tcconfig==0.15.0

tcconfig 0.14.12017-08-19T01:55:41Windows:

py -m pip install tcconfig==0.14.1

Unix/macOs:

pip install tcconfig==0.14.1

tcconfig 0.14.02017-08-18T16:22:50Windows:

py -m pip install tcconfig==0.14.0

Unix/macOs:

pip install tcconfig==0.14.0

tcconfig 0.13.22017-08-16T17:46:26Windows:

py -m pip install tcconfig==0.13.2

Unix/macOs:

pip install tcconfig==0.13.2

tcconfig 0.13.12017-08-08T15:07:27Windows:

py -m pip install tcconfig==0.13.1

Unix/macOs:

pip install tcconfig==0.13.1

tcconfig 0.13.02017-08-06T12:41:01Windows:

py -m pip install tcconfig==0.13.0

Unix/macOs:

pip install tcconfig==0.13.0

tcconfig 0.12.22017-08-03T14:26:30Windows:

py -m pip install tcconfig==0.12.2

Unix/macOs:

pip install tcconfig==0.12.2

tcconfig 0.12.12017-07-17T07:22:35Windows:

py -m pip install tcconfig==0.12.1

Unix/macOs:

pip install tcconfig==0.12.1

tcconfig 0.12.02017-06-11T11:55:35Windows:

py -m pip install tcconfig==0.12.0

Unix/macOs:

pip install tcconfig==0.12.0

tcconfig 0.11.02017-06-06T15:08:35Windows:

py -m pip install tcconfig==0.11.0

Unix/macOs:

pip install tcconfig==0.11.0

tcconfig 0.10.12017-05-14T00:25:13Windows:

py -m pip install tcconfig==0.10.1

Unix/macOs:

pip install tcconfig==0.10.1

tcconfig 0.10.02017-05-06T02:38:40Windows:

py -m pip install tcconfig==0.10.0

Unix/macOs:

pip install tcconfig==0.10.0

tcconfig 0.9.02017-03-25T16:18:53Windows:

py -m pip install tcconfig==0.9.0

Unix/macOs:

pip install tcconfig==0.9.0

tcconfig 0.8.02017-03-18T09:12:17Windows:

py -m pip install tcconfig==0.8.0

Unix/macOs:

pip install tcconfig==0.8.0

tcconfig 0.7.22017-03-11T12:24:53Windows:

py -m pip install tcconfig==0.7.2

Unix/macOs:

pip install tcconfig==0.7.2

tcconfig 0.7.12017-02-25T06:03:39Windows:

py -m pip install tcconfig==0.7.1

Unix/macOs:

pip install tcconfig==0.7.1

tcconfig 0.7.02017-01-22T15:57:39Windows:

py -m pip install tcconfig==0.7.0

Unix/macOs:

pip install tcconfig==0.7.0

tcconfig 0.6.62016-08-28T06:05:59Windows:

py -m pip install tcconfig==0.6.6

Unix/macOs:

pip install tcconfig==0.6.6

tcconfig 0.6.52016-08-26T15:06:26Windows:

py -m pip install tcconfig==0.6.5

Unix/macOs:

pip install tcconfig==0.6.5

tcconfig 0.6.42016-08-13T06:56:48Windows:

py -m pip install tcconfig==0.6.4

Unix/macOs:

pip install tcconfig==0.6.4

tcconfig 0.6.32016-08-13T03:49:46Windows:

py -m pip install tcconfig==0.6.3

Unix/macOs:

pip install tcconfig==0.6.3

tcconfig 0.6.22016-06-19T17:55:53Windows:

py -m pip install tcconfig==0.6.2

Unix/macOs:

pip install tcconfig==0.6.2

tcconfig 0.6.12016-03-19T17:22:35Windows:

py -m pip install tcconfig==0.6.1

Unix/macOs:

pip install tcconfig==0.6.1

tcconfig 0.6.02016-03-13T12:05:52Windows:

py -m pip install tcconfig==0.6.0

Unix/macOs:

pip install tcconfig==0.6.0

tcconfig 0.5.02016-03-12T07:31:11Windows:

py -m pip install tcconfig==0.5.0

Unix/macOs:

pip install tcconfig==0.5.0

tcconfig 0.4.02016-03-06T09:38:35Windows:

py -m pip install tcconfig==0.4.0

Unix/macOs:

pip install tcconfig==0.4.0

tcconfig 0.3.02016-03-05T18:27:10Windows:

py -m pip install tcconfig==0.3.0

Unix/macOs:

pip install tcconfig==0.3.0

tcconfig 0.2.02016-03-02T16:47:12Windows:

py -m pip install tcconfig==0.2.0

Unix/macOs:

pip install tcconfig==0.2.0

tcconfig 0.1.42016-03-01T14:04:44Windows:

py -m pip install tcconfig==0.1.4

Unix/macOs:

pip install tcconfig==0.1.4

tcconfig 0.1.32016-02-22T14:59:52Windows:

py -m pip install tcconfig==0.1.3

Unix/macOs:

pip install tcconfig==0.1.3

tcconfig 0.1.22016-01-31T06:43:12Windows:

py -m pip install tcconfig==0.1.2

Unix/macOs:

pip install tcconfig==0.1.2

tcconfig 0.1.12016-01-23T17:25:51Windows:

py -m pip install tcconfig==0.1.1

Unix/macOs:

pip install tcconfig==0.1.1

tcconfig 0.1.02016-01-18T10:36:53Windows:

py -m pip install tcconfig==0.1.0

Unix/macOs:

pip install tcconfig==0.1.0


Step 4: Otherwise, you can install tcconfig from local archives:

Download the distribution file from tcconfig-0.27.1.tar.gz or the specific tcconfig version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_tcconfig_downloaded_file>

On Unix/macOs:

pip install <path_to_tcconfig_downloaded_file>


List distribution:


Project link:

- Homepage
- Changes
- Documentation
- Source
- Tracker