Skip to content

tthatcher95/PyPACK

 
 

Repository files navigation

PyPACK

OS Status
OSX Build Status
Linux Build Status

PyPACK (Python Analysis of Community Knowledge) is a Python library that supports social media analysis.

Installation

1. Install Anaconda (Skip to step 2 if you have Anaconda/Miniconda)

Install Anaconda. Be sure to choose the Python 3.x version!

2. Open a terminal (on Windows, use the Anaconda prompt that gets installed with Anaconda) and type:

conda config --add channels conda-forge
conda create -n pypack
conda activate pypack
conda install -c canis-lab pypack
pip install shapely docker pyqtgraph mordecai

3. Done! How to use pypack GUI

From the terminal type:

conda activate pypack

4. Update an existing installation

If you already have an earlier version of the PyHAT Point Spectra GUI installed as described above and you want to wipe it and update to the latest version, just do:

conda env remove -n pypack
conda clean -a

And then follow the instructions above to install a fresh version.

About

PyPACK (Python Analysis of Community Knowledge) is a Python library that supports social media analysis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.0%
  • Python 3.0%