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

How to install gamma-spectroscopy via python pip




gamma-spectroscopy - A GUI for gamma spectroscopy using a PicoScope, it belongs to Classifiers:

- Intended Audience :: Science/Research
- License :: OSI Approved :: GNU General Public License v3 (GPLv3)
- Operating System :: MacOS
- Operating System :: MacOS :: MacOS X
- Operating System :: Microsoft
- Operating System :: Microsoft :: Windows
- Operating System :: POSIX
- Operating System :: POSIX :: Linux
- Topic :: Scientific/Engineering
- Topic :: Scientific/Engineering :: Physics

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



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_gamma-spectroscopy_env

- Active the virtual environment

test_gamma-spectroscopy_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_gamma-spectroscopy_env

- Active the virtual environment

source test_gamma-spectroscopy_env/bin/active


Step 2: OK, now, let flow below content to start the installation gamma-spectroscopy

To install gamma-spectroscopy on Windows(CMD):

py -m pip install gamma-spectroscopy

To install gamma-spectroscopy on Unix/macOs:

pip install gamma-spectroscopy


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

Example:

pip install gamma-spectroscopy==0.9.0


Please see the version list below table:

VersionReleased dateCommand
gamma-spectroscopy 1.12020-01-24T08:33:16Windows:

py -m pip install gamma-spectroscopy==1.1

Unix/macOs:

pip install gamma-spectroscopy==1.1

gamma-spectroscopy 1.0.12020-01-16T11:40:03Windows:

py -m pip install gamma-spectroscopy==1.0.1

Unix/macOs:

pip install gamma-spectroscopy==1.0.1

gamma-spectroscopy 1.02020-01-06T07:39:33Windows:

py -m pip install gamma-spectroscopy==1.0

Unix/macOs:

pip install gamma-spectroscopy==1.0

gamma-spectroscopy 0.9.42019-12-09T14:11:25Windows:

py -m pip install gamma-spectroscopy==0.9.4

Unix/macOs:

pip install gamma-spectroscopy==0.9.4

gamma-spectroscopy 0.9.32019-07-19T14:15:40Windows:

py -m pip install gamma-spectroscopy==0.9.3

Unix/macOs:

pip install gamma-spectroscopy==0.9.3

gamma-spectroscopy 0.9.22019-06-13T13:18:14Windows:

py -m pip install gamma-spectroscopy==0.9.2

Unix/macOs:

pip install gamma-spectroscopy==0.9.2

gamma-spectroscopy 0.9.12019-06-03T08:47:48Windows:

py -m pip install gamma-spectroscopy==0.9.1

Unix/macOs:

pip install gamma-spectroscopy==0.9.1

gamma-spectroscopy 0.9.02019-05-31T20:27:29Windows:

py -m pip install gamma-spectroscopy==0.9.0

Unix/macOs:

pip install gamma-spectroscopy==0.9.0


Step 4: Otherwise, you can install gamma-spectroscopy from local archives:

Download the distribution file from gamma-spectroscopy-1.1.tar.gz or the specific gamma-spectroscopy version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_gamma-spectroscopy_downloaded_file>

On Unix/macOs:

pip install <path_to_gamma-spectroscopy_downloaded_file>


List distribution:

- gamma-spectroscopy-0.9.0.tar.gz
- gamma_spectroscopy-0.9.0-py3-none-any.whl
- gamma_spectroscopy-0.9.0-py3.6.egg
- gamma-spectroscopy-0.9.1.tar.gz
- gamma_spectroscopy-0.9.1-py3-none-any.whl
- gamma-spectroscopy-0.9.2.tar.gz
- gamma_spectroscopy-0.9.2-py3-none-any.whl
- gamma-spectroscopy-0.9.3.tar.gz
- gamma_spectroscopy-0.9.3-py3-none-any.whl
- gamma_spectroscopy-0.9.3-py3.6.egg
- gamma-spectroscopy-0.9.4.tar.gz
- gamma_spectroscopy-0.9.4-py3-none-any.whl
- gamma-spectroscopy-1.0.tar.gz
- gamma_spectroscopy-1.0-py3-none-any.whl
- gamma-spectroscopy-1.0.1.tar.gz
- gamma_spectroscopy-1.0.1-py3-none-any.whl
- gamma-spectroscopy-1.1.tar.gz
- gamma_spectroscopy-1.1-py3-none-any.whl
- gamma-spectroscopy-1.1.1.tar.gz
- gamma-spectroscopy-1.1.2.tar.gz
- gamma_spectroscopy-1.1.2-py3.10.egg
- gamma-spectroscopy-1.1.3.tar.gz
- gamma-spectroscopy-1.1.4.tar.gz


Project link:

- Homepage