[Pkg-privacy-commits] [obfsproxy] 119/353: Add an INSTALL file.

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:01:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository obfsproxy.

commit 37d6220e554968eb2c6d5ac052e352b56de20d0c
Author: George Kadianakis <desnacked at riseup.net>
Date:   Sun Feb 10 02:24:35 2013 +0000

    Add an INSTALL file.
---
 .gitignore | 1 +
 INSTALL    | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/.gitignore b/.gitignore
index 4549a82..486b03c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ dist/*
 obfsproxy.egg-info/*
 *.pyc
 src/obfsproxy/*.pyc
+MANIFEST
\ No newline at end of file
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..ebb4a8f
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,8 @@
+Just run: # python setup.py install
+
+You will need to run the above command as root. It will install
+pyobfsproxy somewhere in your $PATH. If you don't want that, you can
+try to run
+$ python setup.py install -user
+as your regular user, and setup.py will install pyobfsproxy somewhere
+in your home directory

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/obfsproxy.git



More information about the Pkg-privacy-commits mailing list