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

How to install zimply via python pip




zimply - ZIMply is an easy to use, offline reader for Wikipedia - as well as other ZIM files - which provides access to them through any ordinary browser., it belongs to Classifiers:

- Development Status :: 5 - Production/Stable

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



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_zimply_env

- Active the virtual environment

test_zimply_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_zimply_env

- Active the virtual environment

source test_zimply_env/bin/active


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

To install zimply on Windows(CMD):

py -m pip install zimply

To install zimply on Unix/macOs:

pip install zimply


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

Example:

pip install zimply==1.0.5


Please see the version list below table:

VersionReleased dateCommand
zimply 1.1.42021-03-24T14:22:23Windows:

py -m pip install zimply==1.1.4

Unix/macOs:

pip install zimply==1.1.4

zimply 1.1.32019-09-17T08:48:08Windows:

py -m pip install zimply==1.1.3

Unix/macOs:

pip install zimply==1.1.3

zimply 1.1.12017-12-04T13:13:57Windows:

py -m pip install zimply==1.1.1

Unix/macOs:

pip install zimply==1.1.1

zimply 1.1.02017-11-06T13:35:20Windows:

py -m pip install zimply==1.1.0

Unix/macOs:

pip install zimply==1.1.0

zimply 1.0.52016-07-09T12:19:49Windows:

py -m pip install zimply==1.0.5

Unix/macOs:

pip install zimply==1.0.5


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_zimply_downloaded_file>

On Unix/macOs:

pip install <path_to_zimply_downloaded_file>


List distribution:


Project link:

- Homepage
- Download