added pip install info
This commit is contained in:
parent
17b4d0363a
commit
1dc6275c4e
3 changed files with 11 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -7,4 +7,6 @@
|
|||
.*
|
||||
# Build files #
|
||||
###################
|
||||
build/
|
||||
build/
|
||||
dist/
|
||||
.pypirc
|
|
@ -14,10 +14,8 @@ This is a work in progress, further functionality coming shortly.
|
|||
|
||||
### Install mega.py package
|
||||
|
||||
- Download the source code
|
||||
- Open the terminal in the source folder
|
||||
- Run the following command
|
||||
sudo python setup.py install
|
||||
#Run the following command
|
||||
sudo pip install mega.py
|
||||
|
||||
### Import mega.py
|
||||
|
||||
|
|
6
setup.py
6
setup.py
|
@ -38,4 +38,10 @@ setup(
|
|||
author_email='richard@richard.do',
|
||||
license='Creative Commons Attribution-Noncommercial-Share Alike license',
|
||||
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