Skip to content

Commit

Permalink
Distribute drop-in for easier installation in develop mode.
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
  • Loading branch information
metakermit authored and oaubert committed May 16, 2013
1 parent d325f0a commit 73c82b6
Show file tree
Hide file tree
Showing 4 changed files with 598 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Hidden files
*~

*.py[cod]

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__
*.tar.gz

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject
9 changes: 9 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ To generate the vlc.py module and its documentation, use
make
or use the generated/vlc.py file.

To install it for development purposes (add a symlink to your Python
library) simply do

python setup.py develop

preferably inside a virtualenv. You can uninstall it later with

python setup.py develop --uninstall

Documentation building needs epydoc. An online build is available at
http://advene.org/download/python-ctypes/

Expand Down
Loading

0 comments on commit 73c82b6

Please sign in to comment.