The JASS experimental search engine is still in development. Please see the wiki for details.
Coverity Scan (static analysis):
There are two ways pyjass can be installed
Conda ensures that all JASS dependencies are installed and creates a virtual envirnoment called pyjass
conda env create -f env.yml
conda activate pyjass
Installation via pip requires cmake >= 3.80 & swig >=4.0 to be installed first. This can be installed via your favorite package manager such as apt-get or brew.
sudo apt-get install cmake swig
brew install cmake swig
Finally, run pip to install pyjass
pip3 install --user pyjass