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

How to install Elatom via python pip




Elatom - Podcast downloader in Python 3 with Curses and Tkinter interfaces., it belongs to Classifiers:

- Environment :: Console :: Curses
- Environment :: Other Environment
- Intended Audience :: End Users/Desktop
- License :: OSI Approved :: GNU General Public License (GPL)
- Natural Language :: Esperanto
- Natural Language :: French
- Natural Language :: German
- Natural Language :: Russian
- Natural Language :: Turkish

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



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_Elatom_env

- Active the virtual environment

test_Elatom_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_Elatom_env

- Active the virtual environment

source test_Elatom_env/bin/active


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

To install Elatom on Windows(CMD):

py -m pip install Elatom

To install Elatom on Unix/macOs:

pip install Elatom


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

Example:

pip install Elatom==1.0


Please see the version list below table:

VersionReleased dateCommand
Elatom 1.0.102013-03-17T18:15:39Windows:

py -m pip install Elatom==1.0.10

Unix/macOs:

pip install Elatom==1.0.10

Elatom 1.0.82013-02-18T21:29:13Windows:

py -m pip install Elatom==1.0.8

Unix/macOs:

pip install Elatom==1.0.8

Elatom 1.0.72013-02-17T17:40:50Windows:

py -m pip install Elatom==1.0.7

Unix/macOs:

pip install Elatom==1.0.7

Elatom 1.0.62012-11-15T21:31:42Windows:

py -m pip install Elatom==1.0.6

Unix/macOs:

pip install Elatom==1.0.6

Elatom 1.0.52012-03-20T21:29:31Windows:

py -m pip install Elatom==1.0.5

Unix/macOs:

pip install Elatom==1.0.5

Elatom 1.0.42012-01-02T19:47:12Windows:

py -m pip install Elatom==1.0.4

Unix/macOs:

pip install Elatom==1.0.4

Elatom 1.0.32011-12-14T19:23:28Windows:

py -m pip install Elatom==1.0.3

Unix/macOs:

pip install Elatom==1.0.3

Elatom 1.0.22011-10-24T22:00:45Windows:

py -m pip install Elatom==1.0.2

Unix/macOs:

pip install Elatom==1.0.2

Elatom 1.0.12011-10-15T10:39:56Windows:

py -m pip install Elatom==1.0.1

Unix/macOs:

pip install Elatom==1.0.1

Elatom 1.02011-09-20T21:05:28Windows:

py -m pip install Elatom==1.0

Unix/macOs:

pip install Elatom==1.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_Elatom_downloaded_file>

On Unix/macOs:

pip install <path_to_Elatom_downloaded_file>


List distribution:

- Elatom-1.0.tar.gz
- Elatom-1.0.1.tar.gz
- Elatom-1.0.2.tar.gz
- Elatom-1.0.3.tar.gz
- Elatom-1.0.4.tar.gz
- Elatom-1.0.5.tar.gz
- Elatom-1.0.6.tar.gz
- Elatom-1.0.7.tar.gz
- Elatom-1.0.8.tar.gz
- Elatom-1.0.10.tar.gz


Project link:

- Homepage
- Download