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

How to install heroicons via python pip




heroicons - Use heroicons in your Django and Jinja templates., it belongs to Classifiers:

- Framework :: Django :: 3
- Framework :: Django :: 3.2
- Framework :: Django :: 4
- Framework :: Django :: 4.0
- Framework :: Django :: 4.1
- Programming Language :: Python :: 3.11

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



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_heroicons_env

- Active the virtual environment

test_heroicons_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_heroicons_env

- Active the virtual environment

source test_heroicons_env/bin/active


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

To install heroicons on Windows(CMD):

py -m pip install heroicons

To install heroicons on Unix/macOs:

pip install heroicons


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

Example:

pip install heroicons==1.0.0


Please see the version list below table:

VersionReleased dateCommand
heroicons 1.8.02022-06-05T15:28:06Windows:

py -m pip install heroicons==1.8.0

Unix/macOs:

pip install heroicons==1.8.0

heroicons 1.7.02022-05-10T05:08:13Windows:

py -m pip install heroicons==1.7.0

Unix/macOs:

pip install heroicons==1.7.0

heroicons 1.6.02022-04-01T22:28:48Windows:

py -m pip install heroicons==1.6.0

Unix/macOs:

pip install heroicons==1.6.0

heroicons 1.5.02022-01-10T17:12:42Windows:

py -m pip install heroicons==1.5.0

Unix/macOs:

pip install heroicons==1.5.0

heroicons 1.4.02021-10-23T09:39:55Windows:

py -m pip install heroicons==1.4.0

Unix/macOs:

pip install heroicons==1.4.0

heroicons 1.3.02021-10-05T09:48:09Windows:

py -m pip install heroicons==1.3.0

Unix/macOs:

pip install heroicons==1.3.0

heroicons 1.2.02021-09-28T14:08:05Windows:

py -m pip install heroicons==1.2.0

Unix/macOs:

pip install heroicons==1.2.0

heroicons 1.1.02021-08-04T08:20:01Windows:

py -m pip install heroicons==1.1.0

Unix/macOs:

pip install heroicons==1.1.0

heroicons 1.0.42021-07-22T17:14:38Windows:

py -m pip install heroicons==1.0.4

Unix/macOs:

pip install heroicons==1.0.4

heroicons 1.0.32021-04-30T08:24:20Windows:

py -m pip install heroicons==1.0.3

Unix/macOs:

pip install heroicons==1.0.3

heroicons 1.0.22021-04-22T18:21:11Windows:

py -m pip install heroicons==1.0.2

Unix/macOs:

pip install heroicons==1.0.2

heroicons 1.0.12021-04-16T11:21:35Windows:

py -m pip install heroicons==1.0.1

Unix/macOs:

pip install heroicons==1.0.1

heroicons 1.0.02021-04-16T10:41:48Windows:

py -m pip install heroicons==1.0.0

Unix/macOs:

pip install heroicons==1.0.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_heroicons_downloaded_file>

On Unix/macOs:

pip install <path_to_heroicons_downloaded_file>


List distribution:

- heroicons-1.0.0-py3-none-any.whl (python version >=3.6)
- heroicons-1.0.0.tar.gz (python version >=3.6)
- heroicons-1.0.1-py3-none-any.whl (python version >=3.6)
- heroicons-1.0.1.tar.gz (python version >=3.6)
- heroicons-1.0.2-py3-none-any.whl (python version >=3.6)
- heroicons-1.0.2.tar.gz (python version >=3.6)
- heroicons-1.0.3-py3-none-any.whl (python version >=3.6)
- heroicons-1.0.3.tar.gz (python version >=3.6)
- heroicons-1.0.4-py3-none-any.whl (python version >=3.6)
- heroicons-1.0.4.tar.gz (python version >=3.6)
- heroicons-1.1.0-py3-none-any.whl (python version >=3.6)
- heroicons-1.1.0.tar.gz (python version >=3.6)
- heroicons-1.2.0-py3-none-any.whl (python version >=3.6)
- heroicons-1.2.0.tar.gz (python version >=3.6)
- heroicons-1.3.0-py3-none-any.whl (python version >=3.6)
- heroicons-1.3.0.tar.gz (python version >=3.6)
- heroicons-1.4.0-py3-none-any.whl (python version >=3.6)
- heroicons-1.4.0.tar.gz (python version >=3.6)
- heroicons-1.5.0-py3-none-any.whl (python version >=3.7)
- heroicons-1.5.0.tar.gz (python version >=3.7)
- heroicons-1.6.0-py3-none-any.whl (python version >=3.7)
- heroicons-1.6.0.tar.gz (python version >=3.7)
- heroicons-1.7.0-py3-none-any.whl (python version >=3.7)
- heroicons-1.7.0.tar.gz (python version >=3.7)
- heroicons-1.8.0-py3-none-any.whl (python version >=3.7)
- heroicons-1.8.0.tar.gz (python version >=3.7)
- heroicons-2.0.0-py3-none-any.whl (python version >=3.7)
- heroicons-2.0.0.tar.gz (python version >=3.7)
- heroicons-2.1.0-py3-none-any.whl (python version >=3.7)
- heroicons-2.1.0.tar.gz (python version >=3.7)
- heroicons-2.1.1-py3-none-any.whl (python version >=3.7)
- heroicons-2.1.1.tar.gz (python version >=3.7)


Project link:

- Homepage
- Changelog
- Twitter