update README.rst and Makefile

This commit is contained in:
long2ice 2020-05-15 11:45:28 +08:00
parent a99a06e563
commit 3f1fb5e04b
2 changed files with 16 additions and 2 deletions

View File

@ -47,4 +47,9 @@ endif
python setup.py check -mrs
test: deps
$(py_warn) py.test
$(py_warn) py.test
publish: deps
rm -fR dist/
python setup.py sdist
twine upload dist/*

View File

@ -1,3 +1,6 @@
.. role:: strike
:class: strike
=====
Alice
=====
@ -23,7 +26,13 @@ Just install from pypi:
.. code-block:: shell
$ pip install alice
:strike: $ `pip install alice`
Bad of pypi project name is used, so only install from source.
.. code-block:: shell
$ pip install git+https://github.com/long2ice/alice.git
Quick Start
===========