Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit af822bd

Browse files
author
bweigel
committed
updates README.rst
(cherry picked from commit 468e48e)
1 parent cdaa79f commit af822bd

File tree

1 file changed

+13
-22
lines changed

1 file changed

+13
-22
lines changed

README.rst

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,26 @@
22
LaWip
33
===========
44

5-
LaWip provides data-classes for AWS lambda events::
5+
LaWip provides data-classes for AWS lambda events
66

7-
#!/usr/bin/env python
7+
**Installation**
88

9-
from towelstuff import location
10-
from towelstuff import utils
9+
::
1110

12-
if utils.has_towel():
13-
print "Your towel is located:", location.where_is_my_towel()
11+
# current version
12+
pip install git+https://github.com/bweigel/LaWip.git
1413

14+
# using a tagged/released version
15+
pip install git+https://github.com/bweigel/[email protected]
1516

16-
A Section
17-
=========
17+
**Test using tox**
1818

19-
Lists look like this:
19+
::
2020

21-
* First
21+
tox
2222

23-
* Second. Can be multiple lines
24-
but must be indented properly.
23+
**Test using setup.py**
2524

26-
A Sub-Section
27-
-------------
25+
::
2826

29-
Numbered lists look like you'd expect:
30-
31-
1. hi there
32-
33-
2. must be going
34-
35-
Urls are http://like.this and links can be
36-
written `like this <http://www.example.com/foo/bar>`_.
27+
python setup.py test

0 commit comments

Comments
 (0)