Installation
Installation¶
Stable release¶
To install notwells, run this command in your terminal:
$ pip install notwells
This is the preferred method to install notwells, as it will always install the most recent stable release.
From source¶
The source for notwells can be downloaded from the Github repo.
You can either clone the public repository:
$ git clone git://github.com/LondonBiofoundry/notwells
Or download the tarball:
$ curl -OJL https://github.com/LondonBiofoundry/notwells/tarball/master
Once you have a copy of the source, you can install it with:
$ pip install .