You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.rst
+10-6
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,18 @@ to `moderate the pastebin content`_ as they have no way to decrypt it.
12
12
13
13
It's an Python implementation of the `zerobin project`_, created by sebsauvage, under the `WTFPL licence`_.
14
14
15
-
For now tested with IE9, and the last opera, safari, chrome and FF.
15
+
To run zerobin, download zerobin.pyz from the latest release_ then:
16
16
17
-
There is a `good doc <http://readthedocs.org/docs/0bin/en/latest/>`_,
18
-
but in short::
17
+
::
19
18
20
-
pip install zerobin
21
-
zerobin
19
+
python zerobin.pyz
20
+
21
+
0bin requires Python 3.7 or higher.
22
+
23
+
You may need to type :code:`py -3.7 zerobin.pyz` on Windows, or :code:`python3.7 zerobin.pyz` on Mac/Linux, depending on your configuration.
24
+
25
+
If you are familiar with the Python ecosystem, you can also :code:`python -m pip install zerobin --user` and run :code:`python -m zerobin` for the same effect.
22
26
23
-
0bin runs on Python 3.7+.
24
27
25
28
How it works
26
29
=============
@@ -70,6 +73,7 @@ Known issues
70
73
.. _node.js: http://nodejs.org/
71
74
.. _is not worth it: http://stackoverflow.com/questions/201705/how-many-random-elements-before-md5-produces-collisions
0 commit comments