To install the EzGraphics package, download it from the link below
then install it using Python’s pip
program:
First Time Install
The easiest way to install the EzGraphics package is with the use of Python’s pip
installation program.
Linux:
From the command-line (start the Terminal application, if necessary), enter the command
pip3 install ezgraphics-2.2.tar.gz
Mac:
From the command-line (use the Finder to navigate to Applications → Utilities and run the Terminal application, if necessary) enter the command
anaconda/bin/pip3 install Downloads/ezgraphics-2.2.tar.gz
Windows:
Open a command prompt window (press the Windows key and the R key) and enter the following then type cmd and hit the Enter key. Then enter the command
C:\Anaconda3\Scripts\pip3 install Downloads\ezgraphics-2.2.tar.gz
Upgrading
If you are upgrading the EzGraphics package, you will need to include the --upgrade
switch with the pip
command:
Linux:
From the command-line (start the Terminal application, if necessary), enter the command
pip install --upgrade ezgraphics-2.2.tar.gz
Mac:
From the command-line (use the Finder to navigate to Applications → Utilities and run the Terminal application, if necessary) enter the command
anaconda/bin/pip install --upgrade Downloads/ezgraphics-2.2.tar.gz
Windows:
Open a command prompt window (press the Windows key and the R key) and enter the following then type cmd and hit the Enter key. Then enter the command
C:\Anaconda3\Scripts\pip install --upgrade Downloads\ezgraphics-2.2.tar.gz