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

How to install psu-base via python pip




psu-base - Basic features used in all PSU Django apps, it belongs to Classifiers:

- Framework :: Django :: 2
- Framework :: Django :: 2.2

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



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_psu-base_env

- Active the virtual environment

test_psu-base_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_psu-base_env

- Active the virtual environment

source test_psu-base_env/bin/active


Step 2: OK, now, let flow below content to start the installation psu-base

To install psu-base on Windows(CMD):

py -m pip install psu-base

To install psu-base on Unix/macOs:

pip install psu-base


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

Example:

pip install psu-base==0.0.0


Please see the version list below table:

VersionReleased dateCommand
psu-base 6.0.22022-08-18T15:02:31Windows:

py -m pip install psu-base==6.0.2

Unix/macOs:

pip install psu-base==6.0.2

psu-base 6.0.12022-07-21T16:16:39Windows:

py -m pip install psu-base==6.0.1

Unix/macOs:

pip install psu-base==6.0.1

psu-base 6.0.02022-07-20T23:03:19Windows:

py -m pip install psu-base==6.0.0

Unix/macOs:

pip install psu-base==6.0.0

psu-base 5.3.42022-07-19T17:54:16Windows:

py -m pip install psu-base==5.3.4

Unix/macOs:

pip install psu-base==5.3.4

psu-base 5.3.32022-07-19T17:44:32Windows:

py -m pip install psu-base==5.3.3

Unix/macOs:

pip install psu-base==5.3.3

psu-base 5.3.22022-07-12T16:34:05Windows:

py -m pip install psu-base==5.3.2

Unix/macOs:

pip install psu-base==5.3.2

psu-base 5.3.12022-07-12T16:17:38Windows:

py -m pip install psu-base==5.3.1

Unix/macOs:

pip install psu-base==5.3.1

psu-base 5.3.02022-07-06T23:03:50Windows:

py -m pip install psu-base==5.3.0

Unix/macOs:

pip install psu-base==5.3.0

psu-base 5.2.42022-07-06T22:15:19Windows:

py -m pip install psu-base==5.2.4

Unix/macOs:

pip install psu-base==5.2.4

psu-base 5.2.32022-06-15T16:25:20Windows:

py -m pip install psu-base==5.2.3

Unix/macOs:

pip install psu-base==5.2.3

psu-base 5.2.22022-05-19T18:54:54Windows:

py -m pip install psu-base==5.2.2

Unix/macOs:

pip install psu-base==5.2.2

psu-base 5.2.12022-05-19T17:59:08Windows:

py -m pip install psu-base==5.2.1

Unix/macOs:

pip install psu-base==5.2.1

psu-base 5.2.02022-04-29T21:45:05Windows:

py -m pip install psu-base==5.2.0

Unix/macOs:

pip install psu-base==5.2.0

psu-base 5.1.172022-04-25T21:44:43Windows:

py -m pip install psu-base==5.1.17

Unix/macOs:

pip install psu-base==5.1.17

psu-base 5.1.162022-04-20T18:22:40Windows:

py -m pip install psu-base==5.1.16

Unix/macOs:

pip install psu-base==5.1.16

psu-base 5.1.152022-04-04T21:53:27Windows:

py -m pip install psu-base==5.1.15

Unix/macOs:

pip install psu-base==5.1.15

psu-base 5.1.142022-04-01T17:55:43Windows:

py -m pip install psu-base==5.1.14

Unix/macOs:

pip install psu-base==5.1.14

psu-base 5.1.132022-04-01T17:31:38Windows:

py -m pip install psu-base==5.1.13

Unix/macOs:

pip install psu-base==5.1.13

psu-base 5.1.122022-04-01T16:54:54Windows:

py -m pip install psu-base==5.1.12

Unix/macOs:

pip install psu-base==5.1.12

psu-base 5.1.112022-03-30T18:55:23Windows:

py -m pip install psu-base==5.1.11

Unix/macOs:

pip install psu-base==5.1.11

psu-base 5.1.102022-03-30T18:20:54Windows:

py -m pip install psu-base==5.1.10

Unix/macOs:

pip install psu-base==5.1.10

psu-base 5.1.92022-03-21T18:30:26Windows:

py -m pip install psu-base==5.1.9

Unix/macOs:

pip install psu-base==5.1.9

psu-base 5.1.82022-03-03T00:41:47Windows:

py -m pip install psu-base==5.1.8

Unix/macOs:

pip install psu-base==5.1.8

psu-base 5.1.72022-03-02T22:25:57Windows:

py -m pip install psu-base==5.1.7

Unix/macOs:

pip install psu-base==5.1.7

psu-base 5.1.62022-03-02T21:59:45Windows:

py -m pip install psu-base==5.1.6

Unix/macOs:

pip install psu-base==5.1.6

psu-base 5.1.52022-03-02T21:52:34Windows:

py -m pip install psu-base==5.1.5

Unix/macOs:

pip install psu-base==5.1.5

psu-base 5.1.42022-02-23T23:12:05Windows:

py -m pip install psu-base==5.1.4

Unix/macOs:

pip install psu-base==5.1.4

psu-base 5.1.32022-02-23T22:58:54Windows:

py -m pip install psu-base==5.1.3

Unix/macOs:

pip install psu-base==5.1.3

psu-base 5.1.22022-02-23T22:46:26Windows:

py -m pip install psu-base==5.1.2

Unix/macOs:

pip install psu-base==5.1.2

psu-base 5.1.12022-02-23T19:38:48Windows:

py -m pip install psu-base==5.1.1

Unix/macOs:

pip install psu-base==5.1.1

psu-base 5.1.02022-02-21T18:14:54Windows:

py -m pip install psu-base==5.1.0

Unix/macOs:

pip install psu-base==5.1.0

psu-base 5.0.12022-01-19T21:41:15Windows:

py -m pip install psu-base==5.0.1

Unix/macOs:

pip install psu-base==5.0.1

psu-base 5.0.02021-12-28T16:44:06Windows:

py -m pip install psu-base==5.0.0

Unix/macOs:

pip install psu-base==5.0.0

psu-base 4.9.12021-12-09T22:23:09Windows:

py -m pip install psu-base==4.9.1

Unix/macOs:

pip install psu-base==4.9.1

psu-base 4.9.02021-12-07T17:26:26Windows:

py -m pip install psu-base==4.9.0

Unix/macOs:

pip install psu-base==4.9.0

psu-base 4.8.42021-11-16T23:53:01Windows:

py -m pip install psu-base==4.8.4

Unix/macOs:

pip install psu-base==4.8.4

psu-base 4.8.32021-11-09T22:18:23Windows:

py -m pip install psu-base==4.8.3

Unix/macOs:

pip install psu-base==4.8.3

psu-base 4.8.22021-10-28T21:22:40Windows:

py -m pip install psu-base==4.8.2

Unix/macOs:

pip install psu-base==4.8.2

psu-base 4.8.12021-10-13T17:48:17Windows:

py -m pip install psu-base==4.8.1

Unix/macOs:

pip install psu-base==4.8.1

psu-base 4.8.02021-10-11T20:12:40Windows:

py -m pip install psu-base==4.8.0

Unix/macOs:

pip install psu-base==4.8.0

psu-base 4.7.52021-10-08T21:59:10Windows:

py -m pip install psu-base==4.7.5

Unix/macOs:

pip install psu-base==4.7.5

psu-base 4.7.42021-10-08T21:54:46Windows:

py -m pip install psu-base==4.7.4

Unix/macOs:

pip install psu-base==4.7.4

psu-base 4.7.32021-09-16T16:07:35Windows:

py -m pip install psu-base==4.7.3

Unix/macOs:

pip install psu-base==4.7.3

psu-base 4.7.22021-09-13T16:20:56Windows:

py -m pip install psu-base==4.7.2

Unix/macOs:

pip install psu-base==4.7.2

psu-base 4.7.12021-09-10T18:35:20Windows:

py -m pip install psu-base==4.7.1

Unix/macOs:

pip install psu-base==4.7.1

psu-base 4.6.52021-09-03T21:03:44Windows:

py -m pip install psu-base==4.6.5

Unix/macOs:

pip install psu-base==4.6.5

psu-base 4.6.32021-07-20T21:51:26Windows:

py -m pip install psu-base==4.6.3

Unix/macOs:

pip install psu-base==4.6.3

psu-base 4.6.22021-07-20T00:10:19Windows:

py -m pip install psu-base==4.6.2

Unix/macOs:

pip install psu-base==4.6.2

psu-base 4.6.12021-07-19T23:56:34Windows:

py -m pip install psu-base==4.6.1

Unix/macOs:

pip install psu-base==4.6.1

psu-base 4.6.02021-07-19T22:46:11Windows:

py -m pip install psu-base==4.6.0

Unix/macOs:

pip install psu-base==4.6.0

psu-base 4.5.42021-07-06T20:48:32Windows:

py -m pip install psu-base==4.5.4

Unix/macOs:

pip install psu-base==4.5.4

psu-base 4.5.32021-06-29T21:20:07Windows:

py -m pip install psu-base==4.5.3

Unix/macOs:

pip install psu-base==4.5.3

psu-base 4.5.22021-06-24T20:43:49Windows:

py -m pip install psu-base==4.5.2

Unix/macOs:

pip install psu-base==4.5.2

psu-base 4.5.12021-06-24T16:56:39Windows:

py -m pip install psu-base==4.5.1

Unix/macOs:

pip install psu-base==4.5.1

psu-base 4.5.02021-06-22T22:23:33Windows:

py -m pip install psu-base==4.5.0

Unix/macOs:

pip install psu-base==4.5.0

psu-base 4.4.12021-06-14T16:50:48Windows:

py -m pip install psu-base==4.4.1

Unix/macOs:

pip install psu-base==4.4.1

psu-base 4.4.02021-06-11T17:59:42Windows:

py -m pip install psu-base==4.4.0

Unix/macOs:

pip install psu-base==4.4.0

psu-base 4.3.32021-06-07T16:32:18Windows:

py -m pip install psu-base==4.3.3

Unix/macOs:

pip install psu-base==4.3.3

psu-base 4.3.22021-06-07T16:21:18Windows:

py -m pip install psu-base==4.3.2

Unix/macOs:

pip install psu-base==4.3.2

psu-base 4.3.12021-05-24T23:48:27Windows:

py -m pip install psu-base==4.3.1

Unix/macOs:

pip install psu-base==4.3.1

psu-base 4.3.02021-05-24T22:12:19Windows:

py -m pip install psu-base==4.3.0

Unix/macOs:

pip install psu-base==4.3.0

psu-base 4.2.32021-05-20T23:09:19Windows:

py -m pip install psu-base==4.2.3

Unix/macOs:

pip install psu-base==4.2.3

psu-base 4.2.22021-05-20T16:51:58Windows:

py -m pip install psu-base==4.2.2

Unix/macOs:

pip install psu-base==4.2.2

psu-base 4.2.12021-05-05T22:09:59Windows:

py -m pip install psu-base==4.2.1

Unix/macOs:

pip install psu-base==4.2.1

psu-base 4.2.02021-04-30T22:50:17Windows:

py -m pip install psu-base==4.2.0

Unix/macOs:

pip install psu-base==4.2.0

psu-base 4.1.22021-04-29T21:35:44Windows:

py -m pip install psu-base==4.1.2

Unix/macOs:

pip install psu-base==4.1.2

psu-base 4.1.12021-04-23T18:42:15Windows:

py -m pip install psu-base==4.1.1

Unix/macOs:

pip install psu-base==4.1.1

psu-base 4.1.02021-04-23T18:13:38Windows:

py -m pip install psu-base==4.1.0

Unix/macOs:

pip install psu-base==4.1.0

psu-base 4.0.62021-04-23T17:08:08Windows:

py -m pip install psu-base==4.0.6

Unix/macOs:

pip install psu-base==4.0.6

psu-base 4.0.52021-04-21T18:13:10Windows:

py -m pip install psu-base==4.0.5

Unix/macOs:

pip install psu-base==4.0.5

psu-base 4.0.42021-04-15T21:41:50Windows:

py -m pip install psu-base==4.0.4

Unix/macOs:

pip install psu-base==4.0.4

psu-base 4.0.32021-04-14T21:52:56Windows:

py -m pip install psu-base==4.0.3

Unix/macOs:

pip install psu-base==4.0.3

psu-base 4.0.22021-04-02T20:35:13Windows:

py -m pip install psu-base==4.0.2

Unix/macOs:

pip install psu-base==4.0.2

psu-base 4.0.12021-03-21T20:15:24Windows:

py -m pip install psu-base==4.0.1

Unix/macOs:

pip install psu-base==4.0.1

psu-base 4.0.02021-03-09T17:21:34Windows:

py -m pip install psu-base==4.0.0

Unix/macOs:

pip install psu-base==4.0.0

psu-base 3.3.22021-03-19T20:11:49Windows:

py -m pip install psu-base==3.3.2

Unix/macOs:

pip install psu-base==3.3.2

psu-base 3.3.12021-03-09T18:03:31Windows:

py -m pip install psu-base==3.3.1

Unix/macOs:

pip install psu-base==3.3.1

psu-base 3.3.02021-02-23T19:41:51Windows:

py -m pip install psu-base==3.3.0

Unix/macOs:

pip install psu-base==3.3.0

psu-base 3.2.02021-02-19T23:12:19Windows:

py -m pip install psu-base==3.2.0

Unix/macOs:

pip install psu-base==3.2.0

psu-base 3.1.52021-02-18T00:11:09Windows:

py -m pip install psu-base==3.1.5

Unix/macOs:

pip install psu-base==3.1.5

psu-base 3.1.42021-02-17T20:09:57Windows:

py -m pip install psu-base==3.1.4

Unix/macOs:

pip install psu-base==3.1.4

psu-base 3.1.32021-02-12T21:15:32Windows:

py -m pip install psu-base==3.1.3

Unix/macOs:

pip install psu-base==3.1.3

psu-base 3.1.22021-02-08T18:50:08Windows:

py -m pip install psu-base==3.1.2

Unix/macOs:

pip install psu-base==3.1.2

psu-base 3.1.12021-02-06T00:45:42Windows:

py -m pip install psu-base==3.1.1

Unix/macOs:

pip install psu-base==3.1.1

psu-base 3.1.02021-02-05T18:21:33Windows:

py -m pip install psu-base==3.1.0

Unix/macOs:

pip install psu-base==3.1.0

psu-base 3.0.142021-02-05T17:23:18Windows:

py -m pip install psu-base==3.0.14

Unix/macOs:

pip install psu-base==3.0.14

psu-base 3.0.132021-02-05T00:11:47Windows:

py -m pip install psu-base==3.0.13

Unix/macOs:

pip install psu-base==3.0.13

psu-base 3.0.122021-02-03T21:26:38Windows:

py -m pip install psu-base==3.0.12

Unix/macOs:

pip install psu-base==3.0.12

psu-base 3.0.112021-02-02T21:32:30Windows:

py -m pip install psu-base==3.0.11

Unix/macOs:

pip install psu-base==3.0.11

psu-base 3.0.102021-02-01T22:16:51Windows:

py -m pip install psu-base==3.0.10

Unix/macOs:

pip install psu-base==3.0.10

psu-base 3.0.92021-02-01T16:51:30Windows:

py -m pip install psu-base==3.0.9

Unix/macOs:

pip install psu-base==3.0.9

psu-base 3.0.82021-01-27T23:34:50Windows:

py -m pip install psu-base==3.0.8

Unix/macOs:

pip install psu-base==3.0.8

psu-base 3.0.62021-01-19T22:04:58Windows:

py -m pip install psu-base==3.0.6

Unix/macOs:

pip install psu-base==3.0.6

psu-base 3.0.52020-12-30T20:16:38Windows:

py -m pip install psu-base==3.0.5

Unix/macOs:

pip install psu-base==3.0.5

psu-base 3.0.42020-12-29T18:00:10Windows:

py -m pip install psu-base==3.0.4

Unix/macOs:

pip install psu-base==3.0.4

psu-base 3.0.32020-12-18T17:52:52Windows:

py -m pip install psu-base==3.0.3

Unix/macOs:

pip install psu-base==3.0.3

psu-base 3.0.22020-12-18T17:42:15Windows:

py -m pip install psu-base==3.0.2

Unix/macOs:

pip install psu-base==3.0.2

psu-base 3.0.12020-12-18T17:12:37Windows:

py -m pip install psu-base==3.0.1

Unix/macOs:

pip install psu-base==3.0.1

psu-base 3.0.02020-12-17T20:42:16Windows:

py -m pip install psu-base==3.0.0

Unix/macOs:

pip install psu-base==3.0.0

psu-base 2.1.92021-01-27T23:32:23Windows:

py -m pip install psu-base==2.1.9

Unix/macOs:

pip install psu-base==2.1.9

psu-base 2.1.82021-01-20T20:31:39Windows:

py -m pip install psu-base==2.1.8

Unix/macOs:

pip install psu-base==2.1.8

psu-base 2.1.72021-01-19T21:59:15Windows:

py -m pip install psu-base==2.1.7

Unix/macOs:

pip install psu-base==2.1.7

psu-base 2.1.62020-12-30T20:06:48Windows:

py -m pip install psu-base==2.1.6

Unix/macOs:

pip install psu-base==2.1.6

psu-base 2.1.52020-12-29T17:56:19Windows:

py -m pip install psu-base==2.1.5

Unix/macOs:

pip install psu-base==2.1.5

psu-base 2.1.42020-12-16T19:42:29Windows:

py -m pip install psu-base==2.1.4

Unix/macOs:

pip install psu-base==2.1.4

psu-base 2.1.32020-12-15T20:39:18Windows:

py -m pip install psu-base==2.1.3

Unix/macOs:

pip install psu-base==2.1.3

psu-base 2.1.22020-12-15T19:03:52Windows:

py -m pip install psu-base==2.1.2

Unix/macOs:

pip install psu-base==2.1.2

psu-base 2.1.12020-12-15T18:53:29Windows:

py -m pip install psu-base==2.1.1

Unix/macOs:

pip install psu-base==2.1.1

psu-base 2.1.02020-12-10T23:28:16Windows:

py -m pip install psu-base==2.1.0

Unix/macOs:

pip install psu-base==2.1.0

psu-base 2.0.82020-12-09T22:12:37Windows:

py -m pip install psu-base==2.0.8

Unix/macOs:

pip install psu-base==2.0.8

psu-base 2.0.72020-12-02T21:22:16Windows:

py -m pip install psu-base==2.0.7

Unix/macOs:

pip install psu-base==2.0.7

psu-base 2.0.62020-12-02T20:11:18Windows:

py -m pip install psu-base==2.0.6

Unix/macOs:

pip install psu-base==2.0.6

psu-base 2.0.52020-12-01T18:09:18Windows:

py -m pip install psu-base==2.0.5

Unix/macOs:

pip install psu-base==2.0.5

psu-base 2.0.42020-12-01T18:00:54Windows:

py -m pip install psu-base==2.0.4

Unix/macOs:

pip install psu-base==2.0.4

psu-base 2.0.32020-11-24T23:19:08Windows:

py -m pip install psu-base==2.0.3

Unix/macOs:

pip install psu-base==2.0.3

psu-base 2.0.22020-11-24T17:51:49Windows:

py -m pip install psu-base==2.0.2

Unix/macOs:

pip install psu-base==2.0.2

psu-base 2.0.12020-11-23T19:04:08Windows:

py -m pip install psu-base==2.0.1

Unix/macOs:

pip install psu-base==2.0.1

psu-base 2.0.02020-11-18T17:09:50Windows:

py -m pip install psu-base==2.0.0

Unix/macOs:

pip install psu-base==2.0.0

psu-base 1.3.132020-11-12T21:01:32Windows:

py -m pip install psu-base==1.3.13

Unix/macOs:

pip install psu-base==1.3.13

psu-base 1.3.122020-11-10T19:30:19Windows:

py -m pip install psu-base==1.3.12

Unix/macOs:

pip install psu-base==1.3.12

psu-base 1.3.112020-11-10T18:13:08Windows:

py -m pip install psu-base==1.3.11

Unix/macOs:

pip install psu-base==1.3.11

psu-base 1.3.102020-11-09T21:24:49Windows:

py -m pip install psu-base==1.3.10

Unix/macOs:

pip install psu-base==1.3.10

psu-base 1.3.92020-11-09T17:20:44Windows:

py -m pip install psu-base==1.3.9

Unix/macOs:

pip install psu-base==1.3.9

psu-base 1.3.82020-11-07T00:10:27Windows:

py -m pip install psu-base==1.3.8

Unix/macOs:

pip install psu-base==1.3.8

psu-base 1.3.72020-11-07T00:07:28Windows:

py -m pip install psu-base==1.3.7

Unix/macOs:

pip install psu-base==1.3.7

psu-base 1.3.62020-11-06T18:59:06Windows:

py -m pip install psu-base==1.3.6

Unix/macOs:

pip install psu-base==1.3.6

psu-base 1.3.52020-11-05T23:52:18Windows:

py -m pip install psu-base==1.3.5

Unix/macOs:

pip install psu-base==1.3.5

psu-base 1.3.42020-11-02T20:39:33Windows:

py -m pip install psu-base==1.3.4

Unix/macOs:

pip install psu-base==1.3.4

psu-base 1.3.32020-10-22T00:07:42Windows:

py -m pip install psu-base==1.3.3

Unix/macOs:

pip install psu-base==1.3.3

psu-base 1.3.22020-10-21T20:48:10Windows:

py -m pip install psu-base==1.3.2

Unix/macOs:

pip install psu-base==1.3.2

psu-base 1.3.12020-10-19T17:55:50Windows:

py -m pip install psu-base==1.3.1

Unix/macOs:

pip install psu-base==1.3.1

psu-base 1.2.12020-10-15T18:24:32Windows:

py -m pip install psu-base==1.2.1

Unix/macOs:

pip install psu-base==1.2.1

psu-base 1.2.02020-10-09T17:30:25Windows:

py -m pip install psu-base==1.2.0

Unix/macOs:

pip install psu-base==1.2.0

psu-base 1.1.172020-09-17T22:07:14Windows:

py -m pip install psu-base==1.1.17

Unix/macOs:

pip install psu-base==1.1.17

psu-base 1.1.162020-09-16T19:21:36Windows:

py -m pip install psu-base==1.1.16

Unix/macOs:

pip install psu-base==1.1.16

psu-base 1.1.152020-09-15T21:36:01Windows:

py -m pip install psu-base==1.1.15

Unix/macOs:

pip install psu-base==1.1.15

psu-base 1.1.142020-09-10T17:04:33Windows:

py -m pip install psu-base==1.1.14

Unix/macOs:

pip install psu-base==1.1.14

psu-base 1.1.132020-09-04T15:41:06Windows:

py -m pip install psu-base==1.1.13

Unix/macOs:

pip install psu-base==1.1.13

psu-base 1.1.122020-08-21T19:26:19Windows:

py -m pip install psu-base==1.1.12

Unix/macOs:

pip install psu-base==1.1.12

psu-base 1.1.112020-08-21T17:22:27Windows:

py -m pip install psu-base==1.1.11

Unix/macOs:

pip install psu-base==1.1.11

psu-base 1.1.102020-08-20T22:11:32Windows:

py -m pip install psu-base==1.1.10

Unix/macOs:

pip install psu-base==1.1.10

psu-base 1.1.92020-08-17T22:37:24Windows:

py -m pip install psu-base==1.1.9

Unix/macOs:

pip install psu-base==1.1.9

psu-base 1.1.82020-08-17T21:08:51Windows:

py -m pip install psu-base==1.1.8

Unix/macOs:

pip install psu-base==1.1.8

psu-base 1.1.72020-08-17T18:44:17Windows:

py -m pip install psu-base==1.1.7

Unix/macOs:

pip install psu-base==1.1.7

psu-base 1.1.62020-08-17T18:39:41Windows:

py -m pip install psu-base==1.1.6

Unix/macOs:

pip install psu-base==1.1.6

psu-base 1.1.52020-08-17T16:58:17Windows:

py -m pip install psu-base==1.1.5

Unix/macOs:

pip install psu-base==1.1.5

psu-base 1.1.42020-08-13T17:23:54Windows:

py -m pip install psu-base==1.1.4

Unix/macOs:

pip install psu-base==1.1.4

psu-base 1.1.32020-08-13T15:45:56Windows:

py -m pip install psu-base==1.1.3

Unix/macOs:

pip install psu-base==1.1.3

psu-base 1.1.22020-08-12T22:12:21Windows:

py -m pip install psu-base==1.1.2

Unix/macOs:

pip install psu-base==1.1.2

psu-base 1.1.12020-08-12T21:59:31Windows:

py -m pip install psu-base==1.1.1

Unix/macOs:

pip install psu-base==1.1.1

psu-base 1.1.02020-08-11T21:36:34Windows:

py -m pip install psu-base==1.1.0

Unix/macOs:

pip install psu-base==1.1.0

psu-base 1.0.22020-08-06T19:44:53Windows:

py -m pip install psu-base==1.0.2

Unix/macOs:

pip install psu-base==1.0.2

psu-base 1.0.12020-08-05T22:17:50Windows:

py -m pip install psu-base==1.0.1

Unix/macOs:

pip install psu-base==1.0.1

psu-base 0.19.02020-07-13T20:52:23Windows:

py -m pip install psu-base==0.19.0

Unix/macOs:

pip install psu-base==0.19.0

psu-base 0.18.42020-07-07T17:13:01Windows:

py -m pip install psu-base==0.18.4

Unix/macOs:

pip install psu-base==0.18.4

psu-base 0.18.32020-06-24T20:44:05Windows:

py -m pip install psu-base==0.18.3

Unix/macOs:

pip install psu-base==0.18.3

psu-base 0.18.22020-06-04T21:17:39Windows:

py -m pip install psu-base==0.18.2

Unix/macOs:

pip install psu-base==0.18.2

psu-base 0.18.12020-06-03T17:59:18Windows:

py -m pip install psu-base==0.18.1

Unix/macOs:

pip install psu-base==0.18.1

psu-base 0.18.02020-06-03T17:17:28Windows:

py -m pip install psu-base==0.18.0

Unix/macOs:

pip install psu-base==0.18.0

psu-base 0.17.62020-06-02T21:44:29Windows:

py -m pip install psu-base==0.17.6

Unix/macOs:

pip install psu-base==0.17.6

psu-base 0.17.52020-05-28T23:02:26Windows:

py -m pip install psu-base==0.17.5

Unix/macOs:

pip install psu-base==0.17.5

psu-base 0.17.42020-05-28T22:17:36Windows:

py -m pip install psu-base==0.17.4

Unix/macOs:

pip install psu-base==0.17.4

psu-base 0.17.32020-05-28T22:16:37Windows:

py -m pip install psu-base==0.17.3

Unix/macOs:

pip install psu-base==0.17.3

psu-base 0.17.22020-05-21T18:55:12Windows:

py -m pip install psu-base==0.17.2

Unix/macOs:

pip install psu-base==0.17.2

psu-base 0.17.12020-05-21T18:50:05Windows:

py -m pip install psu-base==0.17.1

Unix/macOs:

pip install psu-base==0.17.1

psu-base 0.17.02020-05-21T17:51:02Windows:

py -m pip install psu-base==0.17.0

Unix/macOs:

pip install psu-base==0.17.0

psu-base 0.16.22020-05-21T17:29:56Windows:

py -m pip install psu-base==0.16.2

Unix/macOs:

pip install psu-base==0.16.2

psu-base 0.16.12020-05-21T15:36:41Windows:

py -m pip install psu-base==0.16.1

Unix/macOs:

pip install psu-base==0.16.1

psu-base 0.16.02020-05-14T23:42:42Windows:

py -m pip install psu-base==0.16.0

Unix/macOs:

pip install psu-base==0.16.0

psu-base 0.15.72020-05-14T22:05:26Windows:

py -m pip install psu-base==0.15.7

Unix/macOs:

pip install psu-base==0.15.7

psu-base 0.15.62020-05-14T19:49:17Windows:

py -m pip install psu-base==0.15.6

Unix/macOs:

pip install psu-base==0.15.6

psu-base 0.15.52020-05-14T19:40:13Windows:

py -m pip install psu-base==0.15.5

Unix/macOs:

pip install psu-base==0.15.5

psu-base 0.15.42020-05-07T21:50:44Windows:

py -m pip install psu-base==0.15.4

Unix/macOs:

pip install psu-base==0.15.4

psu-base 0.15.32020-05-07T17:28:43Windows:

py -m pip install psu-base==0.15.3

Unix/macOs:

pip install psu-base==0.15.3

psu-base 0.15.22020-05-06T19:28:53Windows:

py -m pip install psu-base==0.15.2

Unix/macOs:

pip install psu-base==0.15.2

psu-base 0.15.12020-05-06T15:13:42Windows:

py -m pip install psu-base==0.15.1

Unix/macOs:

pip install psu-base==0.15.1

psu-base 0.15.02020-05-05T16:00:10Windows:

py -m pip install psu-base==0.15.0

Unix/macOs:

pip install psu-base==0.15.0

psu-base 0.14.62020-05-01T16:21:06Windows:

py -m pip install psu-base==0.14.6

Unix/macOs:

pip install psu-base==0.14.6

psu-base 0.14.52020-04-29T22:35:32Windows:

py -m pip install psu-base==0.14.5

Unix/macOs:

pip install psu-base==0.14.5

psu-base 0.14.42020-04-29T20:09:54Windows:

py -m pip install psu-base==0.14.4

Unix/macOs:

pip install psu-base==0.14.4

psu-base 0.14.32020-04-29T16:25:09Windows:

py -m pip install psu-base==0.14.3

Unix/macOs:

pip install psu-base==0.14.3

psu-base 0.14.22020-04-28T21:03:19Windows:

py -m pip install psu-base==0.14.2

Unix/macOs:

pip install psu-base==0.14.2

psu-base 0.14.12020-04-28T18:52:03Windows:

py -m pip install psu-base==0.14.1

Unix/macOs:

pip install psu-base==0.14.1

psu-base 0.14.02020-04-25T18:43:41Windows:

py -m pip install psu-base==0.14.0

Unix/macOs:

pip install psu-base==0.14.0

psu-base 0.13.102020-04-21T16:22:02Windows:

py -m pip install psu-base==0.13.10

Unix/macOs:

pip install psu-base==0.13.10

psu-base 0.13.92020-04-21T15:01:26Windows:

py -m pip install psu-base==0.13.9

Unix/macOs:

pip install psu-base==0.13.9

psu-base 0.13.82020-04-16T18:06:33Windows:

py -m pip install psu-base==0.13.8

Unix/macOs:

pip install psu-base==0.13.8

psu-base 0.13.72020-04-16T14:55:12Windows:

py -m pip install psu-base==0.13.7

Unix/macOs:

pip install psu-base==0.13.7

psu-base 0.13.62020-04-15T16:49:07Windows:

py -m pip install psu-base==0.13.6

Unix/macOs:

pip install psu-base==0.13.6

psu-base 0.13.52020-03-30T21:54:56Windows:

py -m pip install psu-base==0.13.5

Unix/macOs:

pip install psu-base==0.13.5

psu-base 0.13.42020-03-26T17:40:09Windows:

py -m pip install psu-base==0.13.4

Unix/macOs:

pip install psu-base==0.13.4

psu-base 0.13.32020-03-26T16:03:49Windows:

py -m pip install psu-base==0.13.3

Unix/macOs:

pip install psu-base==0.13.3

psu-base 0.13.22020-03-26T14:15:31Windows:

py -m pip install psu-base==0.13.2

Unix/macOs:

pip install psu-base==0.13.2

psu-base 0.13.12020-03-25T22:30:28Windows:

py -m pip install psu-base==0.13.1

Unix/macOs:

pip install psu-base==0.13.1

psu-base 0.13.02020-03-25T18:45:07Windows:

py -m pip install psu-base==0.13.0

Unix/macOs:

pip install psu-base==0.13.0

psu-base 0.12.62020-03-24T14:19:39Windows:

py -m pip install psu-base==0.12.6

Unix/macOs:

pip install psu-base==0.12.6

psu-base 0.12.52020-03-24T13:41:14Windows:

py -m pip install psu-base==0.12.5

Unix/macOs:

pip install psu-base==0.12.5

psu-base 0.12.42020-03-24T13:40:42Windows:

py -m pip install psu-base==0.12.4

Unix/macOs:

pip install psu-base==0.12.4

psu-base 0.12.32020-03-23T22:34:18Windows:

py -m pip install psu-base==0.12.3

Unix/macOs:

pip install psu-base==0.12.3

psu-base 0.12.22020-03-23T21:50:04Windows:

py -m pip install psu-base==0.12.2

Unix/macOs:

pip install psu-base==0.12.2

psu-base 0.12.12020-03-23T21:27:43Windows:

py -m pip install psu-base==0.12.1

Unix/macOs:

pip install psu-base==0.12.1

psu-base 0.12.02020-03-23T20:45:05Windows:

py -m pip install psu-base==0.12.0

Unix/macOs:

pip install psu-base==0.12.0

psu-base 0.11.02020-03-20T00:59:28Windows:

py -m pip install psu-base==0.11.0

Unix/macOs:

pip install psu-base==0.11.0

psu-base 0.10.62020-03-19T16:33:22Windows:

py -m pip install psu-base==0.10.6

Unix/macOs:

pip install psu-base==0.10.6

psu-base 0.10.52020-03-19T14:30:35Windows:

py -m pip install psu-base==0.10.5

Unix/macOs:

pip install psu-base==0.10.5

psu-base 0.10.42020-03-18T16:33:48Windows:

py -m pip install psu-base==0.10.4

Unix/macOs:

pip install psu-base==0.10.4

psu-base 0.10.32020-03-17T00:59:42Windows:

py -m pip install psu-base==0.10.3

Unix/macOs:

pip install psu-base==0.10.3

psu-base 0.10.22020-03-17T00:53:26Windows:

py -m pip install psu-base==0.10.2

Unix/macOs:

pip install psu-base==0.10.2

psu-base 0.10.12020-03-09T17:02:56Windows:

py -m pip install psu-base==0.10.1

Unix/macOs:

pip install psu-base==0.10.1

psu-base 0.10.02020-03-04T17:53:25Windows:

py -m pip install psu-base==0.10.0

Unix/macOs:

pip install psu-base==0.10.0

psu-base 0.9.02020-03-03T19:24:27Windows:

py -m pip install psu-base==0.9.0

Unix/macOs:

pip install psu-base==0.9.0

psu-base 0.8.1.52020-03-03T19:16:55Windows:

py -m pip install psu-base==0.8.1.5

Unix/macOs:

pip install psu-base==0.8.1.5

psu-base 0.8.1.42020-03-03T19:11:25Windows:

py -m pip install psu-base==0.8.1.4

Unix/macOs:

pip install psu-base==0.8.1.4

psu-base 0.8.1.32020-03-03T18:47:26Windows:

py -m pip install psu-base==0.8.1.3

Unix/macOs:

pip install psu-base==0.8.1.3

psu-base 0.8.1.22020-03-03T18:19:49Windows:

py -m pip install psu-base==0.8.1.2

Unix/macOs:

pip install psu-base==0.8.1.2

psu-base 0.8.1.12020-03-03T17:18:10Windows:

py -m pip install psu-base==0.8.1.1

Unix/macOs:

pip install psu-base==0.8.1.1

psu-base 0.8.12020-03-03T00:20:39Windows:

py -m pip install psu-base==0.8.1

Unix/macOs:

pip install psu-base==0.8.1

psu-base 0.8.02020-02-19T16:21:10Windows:

py -m pip install psu-base==0.8.0

Unix/macOs:

pip install psu-base==0.8.0

psu-base 0.7.152020-02-18T15:44:59Windows:

py -m pip install psu-base==0.7.15

Unix/macOs:

pip install psu-base==0.7.15

psu-base 0.7.142020-02-18T15:34:32Windows:

py -m pip install psu-base==0.7.14

Unix/macOs:

pip install psu-base==0.7.14

psu-base 0.7.122020-02-18T15:25:27Windows:

py -m pip install psu-base==0.7.12

Unix/macOs:

pip install psu-base==0.7.12

psu-base 0.7.112020-02-18T15:23:05Windows:

py -m pip install psu-base==0.7.11

Unix/macOs:

pip install psu-base==0.7.11

psu-base 0.7.102020-02-18T15:17:17Windows:

py -m pip install psu-base==0.7.10

Unix/macOs:

pip install psu-base==0.7.10

psu-base 0.7.92020-02-14T02:42:39Windows:

py -m pip install psu-base==0.7.9

Unix/macOs:

pip install psu-base==0.7.9

psu-base 0.7.82020-02-14T01:44:51Windows:

py -m pip install psu-base==0.7.8

Unix/macOs:

pip install psu-base==0.7.8

psu-base 0.7.72020-02-14T01:35:15Windows:

py -m pip install psu-base==0.7.7

Unix/macOs:

pip install psu-base==0.7.7

psu-base 0.7.62020-02-14T01:20:03Windows:

py -m pip install psu-base==0.7.6

Unix/macOs:

pip install psu-base==0.7.6

psu-base 0.7.52020-02-14T01:13:55Windows:

py -m pip install psu-base==0.7.5

Unix/macOs:

pip install psu-base==0.7.5

psu-base 0.7.42020-02-14T00:57:19Windows:

py -m pip install psu-base==0.7.4

Unix/macOs:

pip install psu-base==0.7.4

psu-base 0.7.32020-02-14T00:07:17Windows:

py -m pip install psu-base==0.7.3

Unix/macOs:

pip install psu-base==0.7.3

psu-base 0.7.22020-02-13T23:54:48Windows:

py -m pip install psu-base==0.7.2

Unix/macOs:

pip install psu-base==0.7.2

psu-base 0.7.12020-02-13T23:36:56Windows:

py -m pip install psu-base==0.7.1

Unix/macOs:

pip install psu-base==0.7.1

psu-base 0.7.02020-01-29T02:20:38Windows:

py -m pip install psu-base==0.7.0

Unix/macOs:

pip install psu-base==0.7.0

psu-base 0.6.82020-01-23T21:56:24Windows:

py -m pip install psu-base==0.6.8

Unix/macOs:

pip install psu-base==0.6.8

psu-base 0.6.72020-01-23T21:13:45Windows:

py -m pip install psu-base==0.6.7

Unix/macOs:

pip install psu-base==0.6.7

psu-base 0.6.62020-01-23T18:57:06Windows:

py -m pip install psu-base==0.6.6

Unix/macOs:

pip install psu-base==0.6.6

psu-base 0.6.52020-01-23T16:53:16Windows:

py -m pip install psu-base==0.6.5

Unix/macOs:

pip install psu-base==0.6.5

psu-base 0.6.42020-01-23T15:55:53Windows:

py -m pip install psu-base==0.6.4

Unix/macOs:

pip install psu-base==0.6.4

psu-base 0.6.32020-01-21T21:32:59Windows:

py -m pip install psu-base==0.6.3

Unix/macOs:

pip install psu-base==0.6.3

psu-base 0.6.22020-01-21T18:51:51Windows:

py -m pip install psu-base==0.6.2

Unix/macOs:

pip install psu-base==0.6.2

psu-base 0.6.12020-01-21T17:43:38Windows:

py -m pip install psu-base==0.6.1

Unix/macOs:

pip install psu-base==0.6.1

psu-base 0.6.02020-01-17T02:02:44Windows:

py -m pip install psu-base==0.6.0

Unix/macOs:

pip install psu-base==0.6.0

psu-base 0.5.122020-01-10T02:32:22Windows:

py -m pip install psu-base==0.5.12

Unix/macOs:

pip install psu-base==0.5.12

psu-base 0.5.112020-01-09T17:52:58Windows:

py -m pip install psu-base==0.5.11

Unix/macOs:

pip install psu-base==0.5.11

psu-base 0.5.102020-01-09T17:20:59Windows:

py -m pip install psu-base==0.5.10

Unix/macOs:

pip install psu-base==0.5.10

psu-base 0.5.92020-01-09T17:07:29Windows:

py -m pip install psu-base==0.5.9

Unix/macOs:

pip install psu-base==0.5.9

psu-base 0.5.82020-01-06T17:54:34Windows:

py -m pip install psu-base==0.5.8

Unix/macOs:

pip install psu-base==0.5.8

psu-base 0.5.72019-11-06T01:13:41Windows:

py -m pip install psu-base==0.5.7

Unix/macOs:

pip install psu-base==0.5.7

psu-base 0.5.62019-11-05T00:13:43Windows:

py -m pip install psu-base==0.5.6

Unix/macOs:

pip install psu-base==0.5.6

psu-base 0.5.52019-10-29T17:39:40Windows:

py -m pip install psu-base==0.5.5

Unix/macOs:

pip install psu-base==0.5.5

psu-base 0.5.42019-10-29T17:05:42Windows:

py -m pip install psu-base==0.5.4

Unix/macOs:

pip install psu-base==0.5.4

psu-base 0.5.32019-10-29T17:01:29Windows:

py -m pip install psu-base==0.5.3

Unix/macOs:

pip install psu-base==0.5.3

psu-base 0.5.22019-10-29T00:00:57Windows:

py -m pip install psu-base==0.5.2

Unix/macOs:

pip install psu-base==0.5.2

psu-base 0.4.32019-09-23T16:12:37Windows:

py -m pip install psu-base==0.4.3

Unix/macOs:

pip install psu-base==0.4.3

psu-base 0.4.22019-09-20T00:34:29Windows:

py -m pip install psu-base==0.4.2

Unix/macOs:

pip install psu-base==0.4.2

psu-base 0.4.12019-09-19T22:35:18Windows:

py -m pip install psu-base==0.4.1

Unix/macOs:

pip install psu-base==0.4.1

psu-base 0.4.02019-09-19T16:40:17Windows:

py -m pip install psu-base==0.4.0

Unix/macOs:

pip install psu-base==0.4.0

psu-base 0.3.02019-09-16T16:11:34Windows:

py -m pip install psu-base==0.3.0

Unix/macOs:

pip install psu-base==0.3.0

psu-base 0.2.102019-09-16T16:03:52Windows:

py -m pip install psu-base==0.2.10

Unix/macOs:

pip install psu-base==0.2.10

psu-base 0.2.92019-09-16T15:56:23Windows:

py -m pip install psu-base==0.2.9

Unix/macOs:

pip install psu-base==0.2.9

psu-base 0.2.82019-09-16T15:09:37Windows:

py -m pip install psu-base==0.2.8

Unix/macOs:

pip install psu-base==0.2.8

psu-base 0.2.72019-09-13T01:23:33Windows:

py -m pip install psu-base==0.2.7

Unix/macOs:

pip install psu-base==0.2.7

psu-base 0.2.62019-09-10T16:56:38Windows:

py -m pip install psu-base==0.2.6

Unix/macOs:

pip install psu-base==0.2.6

psu-base 0.2.52019-09-10T00:19:29Windows:

py -m pip install psu-base==0.2.5

Unix/macOs:

pip install psu-base==0.2.5

psu-base 0.2.42019-09-09T18:03:34Windows:

py -m pip install psu-base==0.2.4

Unix/macOs:

pip install psu-base==0.2.4

psu-base 0.2.32019-09-05T17:46:24Windows:

py -m pip install psu-base==0.2.3

Unix/macOs:

pip install psu-base==0.2.3

psu-base 0.2.22019-09-05T17:02:23Windows:

py -m pip install psu-base==0.2.2

Unix/macOs:

pip install psu-base==0.2.2

psu-base 0.2.12019-09-05T17:02:21Windows:

py -m pip install psu-base==0.2.1

Unix/macOs:

pip install psu-base==0.2.1

psu-base 0.0.02020-09-21T17:56:03Windows:

py -m pip install psu-base==0.0.0

Unix/macOs:

pip install psu-base==0.0.0


Step 4: Otherwise, you can install psu-base from local archives:

Download the distribution file from psu-base-6.0.2.tar.gz or the specific psu-base version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_psu-base_downloaded_file>

On Unix/macOs:

pip install <path_to_psu-base_downloaded_file>


List distribution:


Project link:

- Homepage