added pip install info

This commit is contained in:
richard@richard.do 2013-02-16 01:04:41 +00:00
parent 17b4d0363a
commit 1dc6275c4e
3 changed files with 11 additions and 5 deletions

4
.gitignore vendored
View file

@ -7,4 +7,6 @@
.* .*
# Build files # # Build files #
################### ###################
build/ build/
dist/
.pypirc

View file

@ -14,10 +14,8 @@ This is a work in progress, further functionality coming shortly.
### Install mega.py package ### Install mega.py package
- Download the source code #Run the following command
- Open the terminal in the source folder sudo pip install mega.py
- Run the following command
sudo python setup.py install
### Import mega.py ### Import mega.py

View file

@ -38,4 +38,10 @@ setup(
author_email='richard@richard.do', author_email='richard@richard.do',
license='Creative Commons Attribution-Noncommercial-Share Alike license', license='Creative Commons Attribution-Noncommercial-Share Alike license',
long_description=open('README.md').read(), long_description=open('README.md').read(),
classifiers=[
'Intended Audience :: Developers',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP'
]
) )