From 3f1fb5e04bf0135a49fd2fc9b93ad077d494e71c Mon Sep 17 00:00:00 2001 From: long2ice Date: Fri, 15 May 2020 11:45:28 +0800 Subject: [PATCH] update README.rst and Makefile --- Makefile | 7 ++++++- README.rst | 11 ++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 85a90cd..bf3603d 100644 --- a/Makefile +++ b/Makefile @@ -47,4 +47,9 @@ endif python setup.py check -mrs test: deps - $(py_warn) py.test \ No newline at end of file + $(py_warn) py.test + +publish: deps + rm -fR dist/ + python setup.py sdist + twine upload dist/* \ No newline at end of file diff --git a/README.rst b/README.rst index 0847a9f..92a31c2 100644 --- a/README.rst +++ b/README.rst @@ -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 ===========