Skip to content

purescript-python/installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Install purescript-python within minutes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages