Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.84 KB

File metadata and controls

49 lines (32 loc) · 1.84 KB

Installer for PureScript Python

One-liner Installation

  • 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.

Prerequisites

You must install the following packages on your system prior to running the main installation steps

Alternatively, if you wish to use python virtual environments, the only packages needed are

NOTE: virtualenv comes with pip and setuptools prepackaged.

Main Installation steps

  1. Install nodejs. npm should be bundled.
  2. npm install -g purescript and npm install -g spago.
  3. Use pip and install repo.
npm install -g purescript
npm install -g spago
curl -fsSL https://raw.githubusercontent.com/purescript-python/installer/master/install.sh | bash

NOTE: installing this package sometimes takes a long time, because we will download the binary files and invoke 2 setup.py install.

Install the Latest(Important)

pip install -U purescripto
curl -fsSL https://raw.githubusercontent.com/purescript-python/installer/master/install.sh | bash

Contributing

Working on distributing pspy-blueprint binaries with corresponding purescripto Python package.

The correspondences are given at version.py.