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

How to install richie via python pip




richie - A CMS to build learning portals for open education, it belongs to Classifiers:

- Framework :: Django
- Framework :: Django :: 1
- Framework :: Django :: 1.11

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



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_richie_env

- Active the virtual environment

test_richie_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_richie_env

- Active the virtual environment

source test_richie_env/bin/active


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

To install richie on Windows(CMD):

py -m pip install richie

To install richie on Unix/macOs:

pip install richie


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

Example:

pip install richie==0.1.0


Please see the version list below table:

VersionReleased dateCommand
richie 2.15.12022-08-10T15:37:47Windows:

py -m pip install richie==2.15.1

Unix/macOs:

pip install richie==2.15.1

richie 2.15.02022-06-23T08:21:22Windows:

py -m pip install richie==2.15.0

Unix/macOs:

pip install richie==2.15.0

richie 2.14.12022-04-07T14:06:39Windows:

py -m pip install richie==2.14.1

Unix/macOs:

pip install richie==2.14.1

richie 2.14.02022-04-04T12:20:21Windows:

py -m pip install richie==2.14.0

Unix/macOs:

pip install richie==2.14.0

richie 2.13.02022-02-18T17:40:04Windows:

py -m pip install richie==2.13.0

Unix/macOs:

pip install richie==2.13.0

richie 2.12.02022-02-04T19:09:38Windows:

py -m pip install richie==2.12.0

Unix/macOs:

pip install richie==2.12.0

richie 2.11.02022-01-04T14:51:43Windows:

py -m pip install richie==2.11.0

Unix/macOs:

pip install richie==2.11.0

richie 2.10.02021-12-27T10:46:26Windows:

py -m pip install richie==2.10.0

Unix/macOs:

pip install richie==2.10.0

richie 2.9.12021-11-03T14:28:10Windows:

py -m pip install richie==2.9.1

Unix/macOs:

pip install richie==2.9.1

richie 2.9.02021-10-27T15:51:47Windows:

py -m pip install richie==2.9.0

Unix/macOs:

pip install richie==2.9.0

richie 2.8.22021-10-05T14:46:45Windows:

py -m pip install richie==2.8.2

Unix/macOs:

pip install richie==2.8.2

richie 2.8.12021-09-28T15:45:44Windows:

py -m pip install richie==2.8.1

Unix/macOs:

pip install richie==2.8.1

richie 2.8.02021-09-20T12:10:52Windows:

py -m pip install richie==2.8.0

Unix/macOs:

pip install richie==2.8.0

richie 2.7.12021-06-08T17:39:56Windows:

py -m pip install richie==2.7.1

Unix/macOs:

pip install richie==2.7.1

richie 2.7.02021-06-04T09:00:33Windows:

py -m pip install richie==2.7.0

Unix/macOs:

pip install richie==2.7.0

richie 2.6.02021-05-03T08:42:30Windows:

py -m pip install richie==2.6.0

Unix/macOs:

pip install richie==2.6.0

richie 2.5.02021-04-21T18:42:46Windows:

py -m pip install richie==2.5.0

Unix/macOs:

pip install richie==2.5.0

richie 2.4.02021-04-07T09:59:06Windows:

py -m pip install richie==2.4.0

Unix/macOs:

pip install richie==2.4.0

richie 2.3.32021-03-25T17:16:24Windows:

py -m pip install richie==2.3.3

Unix/macOs:

pip install richie==2.3.3

richie 2.3.22021-03-25T16:32:26Windows:

py -m pip install richie==2.3.2

Unix/macOs:

pip install richie==2.3.2

richie 2.3.12021-03-24T13:59:49Windows:

py -m pip install richie==2.3.1

Unix/macOs:

pip install richie==2.3.1

richie 2.3.02021-03-23T10:22:29Windows:

py -m pip install richie==2.3.0

Unix/macOs:

pip install richie==2.3.0

richie 2.2.02021-03-05T10:46:29Windows:

py -m pip install richie==2.2.0

Unix/macOs:

pip install richie==2.2.0

richie 2.1.02021-02-05T18:54:54Windows:

py -m pip install richie==2.1.0

Unix/macOs:

pip install richie==2.1.0

richie 2.0.12021-01-11T15:26:19Windows:

py -m pip install richie==2.0.1

Unix/macOs:

pip install richie==2.0.1

richie 2.0.02021-01-11T11:56:52Windows:

py -m pip install richie==2.0.0

Unix/macOs:

pip install richie==2.0.0

richie 1.17.02020-04-15T09:11:55Windows:

py -m pip install richie==1.17.0

Unix/macOs:

pip install richie==1.17.0

richie 1.16.22019-12-18T20:45:22Windows:

py -m pip install richie==1.16.2

Unix/macOs:

pip install richie==1.16.2

richie 1.16.12019-12-13T22:14:19Windows:

py -m pip install richie==1.16.1

Unix/macOs:

pip install richie==1.16.1

richie 1.16.02019-12-10T08:45:35Windows:

py -m pip install richie==1.16.0

Unix/macOs:

pip install richie==1.16.0

richie 1.15.02019-12-02T15:46:31Windows:

py -m pip install richie==1.15.0

Unix/macOs:

pip install richie==1.15.0

richie 1.14.12019-11-23T16:27:36Windows:

py -m pip install richie==1.14.1

Unix/macOs:

pip install richie==1.14.1

richie 1.14.02019-11-23T10:40:41Windows:

py -m pip install richie==1.14.0

Unix/macOs:

pip install richie==1.14.0

richie 1.13.02019-11-15T15:59:28Windows:

py -m pip install richie==1.13.0

Unix/macOs:

pip install richie==1.13.0

richie 1.12.12019-10-29T16:40:37Windows:

py -m pip install richie==1.12.1

Unix/macOs:

pip install richie==1.12.1

richie 1.12.02019-10-23T12:52:50Windows:

py -m pip install richie==1.12.0

Unix/macOs:

pip install richie==1.12.0

richie 1.11.02019-10-11T16:09:21Windows:

py -m pip install richie==1.11.0

Unix/macOs:

pip install richie==1.11.0

richie 1.10.02019-10-08T10:39:22Windows:

py -m pip install richie==1.10.0

Unix/macOs:

pip install richie==1.10.0

richie 1.9.22019-09-20T16:45:20Windows:

py -m pip install richie==1.9.2

Unix/macOs:

pip install richie==1.9.2

richie 1.9.12019-09-20T09:06:08Windows:

py -m pip install richie==1.9.1

Unix/macOs:

pip install richie==1.9.1

richie 1.9.02019-09-19T10:13:43Windows:

py -m pip install richie==1.9.0

Unix/macOs:

pip install richie==1.9.0

richie 1.8.32019-09-03T19:32:09Windows:

py -m pip install richie==1.8.3

Unix/macOs:

pip install richie==1.8.3

richie 1.8.22019-08-29T16:12:05Windows:

py -m pip install richie==1.8.2

Unix/macOs:

pip install richie==1.8.2

richie 1.8.12019-08-29T12:28:05Windows:

py -m pip install richie==1.8.1

Unix/macOs:

pip install richie==1.8.1

richie 1.8.02019-08-28T07:38:37Windows:

py -m pip install richie==1.8.0

Unix/macOs:

pip install richie==1.8.0

richie 1.7.32019-08-27T16:55:49Windows:

py -m pip install richie==1.7.3

Unix/macOs:

pip install richie==1.7.3

richie 1.7.22019-08-27T10:25:22Windows:

py -m pip install richie==1.7.2

Unix/macOs:

pip install richie==1.7.2

richie 1.7.12019-08-23T15:39:15Windows:

py -m pip install richie==1.7.1

Unix/macOs:

pip install richie==1.7.1

richie 1.7.02019-08-21T11:18:25Windows:

py -m pip install richie==1.7.0

Unix/macOs:

pip install richie==1.7.0

richie 1.6.12019-08-05T08:08:54Windows:

py -m pip install richie==1.6.1

Unix/macOs:

pip install richie==1.6.1

richie 1.6.02019-07-25T16:16:34Windows:

py -m pip install richie==1.6.0

Unix/macOs:

pip install richie==1.6.0

richie 1.5.22019-07-15T18:17:54Windows:

py -m pip install richie==1.5.2

Unix/macOs:

pip install richie==1.5.2

richie 1.5.12019-07-11T11:33:49Windows:

py -m pip install richie==1.5.1

Unix/macOs:

pip install richie==1.5.1

richie 1.5.02019-07-03T15:37:07Windows:

py -m pip install richie==1.5.0

Unix/macOs:

pip install richie==1.5.0

richie 1.4.12019-06-26T18:07:31Windows:

py -m pip install richie==1.4.1

Unix/macOs:

pip install richie==1.4.1

richie 1.4.02019-06-26T12:05:20Windows:

py -m pip install richie==1.4.0

Unix/macOs:

pip install richie==1.4.0

richie 1.3.02019-06-20T14:35:44Windows:

py -m pip install richie==1.3.0

Unix/macOs:

pip install richie==1.3.0

richie 1.2.02019-06-19T13:53:13Windows:

py -m pip install richie==1.2.0

Unix/macOs:

pip install richie==1.2.0

richie 1.1.02019-06-05T14:47:38Windows:

py -m pip install richie==1.1.0

Unix/macOs:

pip install richie==1.1.0

richie 1.0.12019-06-05T09:03:05Windows:

py -m pip install richie==1.0.1

Unix/macOs:

pip install richie==1.0.1

richie 1.0.02019-05-29T09:37:40Windows:

py -m pip install richie==1.0.0

Unix/macOs:

pip install richie==1.0.0

richie 0.1.02018-07-20T07:21:33Windows:

py -m pip install richie==0.1.0

Unix/macOs:

pip install richie==0.1.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_richie_downloaded_file>

On Unix/macOs:

pip install <path_to_richie_downloaded_file>


List distribution:


Project link:

- Homepage