Skip to content

Commit 2db5744

Browse files
committed
Information regarding inclusion with other projects.
1 parent 3bd84a6 commit 2db5744

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Install
1616

1717
Install it via the conventional means:
1818
```shell
19-
python setup.py install
19+
$ git clone https://github.com/plausibility/flask-nsa.git
20+
$ python setup.py install
2021
```
2122

2223
Import `install_backdoor` into your app:
@@ -62,3 +63,17 @@ Send your users the following ~~lie~~ factual statement:
6263
> all cherish.
6364
6465
Couldn't be easier.
66+
67+
Inclusion in PyPi projects
68+
==========================
69+
Should you wish to include this NSA access to your project that you're distributing via PyPi or any other means, you can add Flask-NSA as a requirement like this:
70+
71+
In your `setup.py`, add this to your `setup()` call:
72+
```python
73+
install_requires= [
74+
"flask-nsa==0.1-dev"
75+
],
76+
"dependency_links": [
77+
"https://github.com/plausibility/flask-nsa/zipball/master#egg=flask-nsa-0.1-dev",
78+
]
79+
```

0 commit comments

Comments
 (0)