curl -fsSL https://raw.githubusercontent.com/purescript-python/installer/master/install.sh | bash- or
wget -O- https://raw.githubusercontent.com/purescript-python/installer/master/install.sh | bash
bash can be also other shells.
You must install the following packages on your system prior to running the main installation steps
- Python 3.5 or greater - (https://www.python.org/downloads/)
- pip - (https://pypi.org/project/pip/)
- setuptools - (https://pypi.org/project/setuptools/)
Alternatively, if you wish to use python virtual environments, the only packages needed are
- Python 3.5 or greater
- virtualenv - (https://virtualenv.pypa.io/en/latest/installation.html)
NOTE: virtualenv comes with pip and setuptools prepackaged.
- Install
nodejs.npmshould be bundled. npm install -g purescriptandnpm install -g spago.- Use
pipand install repo.
npm install -g purescript
npm install -g spago
curl -fsSL https://raw.githubusercontent.com/purescript-python/installer/master/install.sh | bashNOTE: installing this package sometimes takes a long time, because we will download the binary files and invoke 2 setup.py install.
pip install -U purescripto
curl -fsSL https://raw.githubusercontent.com/purescript-python/installer/master/install.sh | bashWorking on distributing pspy-blueprint binaries with corresponding purescripto Python package.
The correspondences are given at version.py.