Skip to content

Install

Lukáš Plevač edited this page Nov 24, 2019 · 3 revisions

requirements

  • python3
  • numpy (it will automatically install)
  • requests (it will automatically install)

Install from pip

pip3 install PSNN

Install from source

git clone https://github.com/Lukas0025/PSNN.git
cd PSNN
make install
Clone this wiki locally