Skip to content

1) Instalation

João Camacho edited this page Apr 16, 2020 · 2 revisions

As you probably have already seen in the repository main page, StarSearch can be installed by two ways.

You can install the stable version with pip:

$ pip install starsearch

Or download the unstable version's repository and using the computer terminal you can type:

$ python setup.py develop

Personally I think the repository version works pretty well, so I recommend that one as it will always be a few steps ahead of the version available on pypi.

I am working to always release news versions on pypi. The current one (vO.2) was released on April 16, 2020.

Clone this wiki locally