Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Apr 20, 2014
1 parent 4b770e3 commit 6c529c2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changes.rst
Expand Up @@ -4,4 +4,4 @@ Geofront Changelog
Version 0.1.0
-------------

To be released.
First alpha release. Released on April 21, 2014.
15 changes: 14 additions & 1 deletion docs/install.rst
Expand Up @@ -5,4 +5,17 @@ You can easily install Geofront server using :program:`pip`:

.. code-block:: console
$ pip install git+git://github.com/spoqa/geofront.git#egg=Geofront
$ pip install Geofront
Local boxes need to install geofront-cli_ to use Geofront service:

.. code-block:: console
$ pip install --allow-external dirspec \
--allow-unverified dirspec \
geofront-cli
For more details on geofront-cli, read the manual of its :file:`README.rst`,
or use :option:`geofront-cli --help` option.

.. _geofront-cli: https://github.com/spoqa/geofront-cli

0 comments on commit 6c529c2

Please sign in to comment.