added pip install info
This commit is contained in:
parent
17b4d0363a
commit
1dc6275c4e
3 changed files with 11 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -8,3 +8,5 @@
|
||||||
# Build files #
|
# Build files #
|
||||||
###################
|
###################
|
||||||
build/
|
build/
|
||||||
|
dist/
|
||||||
|
.pypirc
|
|
@ -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
|
||||||
|
|
||||||
|
|
6
setup.py
6
setup.py
|
@ -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'
|
||||||
|
]
|
||||||
)
|
)
|
Loading…
Reference in a new issue