mirror of
https://github.com/OpenJarbas/PySychonaut.git
synced 2024-11-25 12:49:26 +01:00
py3
This commit is contained in:
parent
5572b663d3
commit
9f95ea9067
@ -4,6 +4,13 @@ Unofficial python api for [Erowid](http://erowid.org/), [PsychonautWiki](http://
|
|||||||
|
|
||||||
If you plan on scrapping erowid please read [How to Spider Erowid](https://erowid.org/general/about/about_archives1.shtml#howtospider)
|
If you plan on scrapping erowid please read [How to Spider Erowid](https://erowid.org/general/about/about_archives1.shtml#howtospider)
|
||||||
|
|
||||||
|
|
||||||
|
only python3 is supported starting from version 0.4.5
|
||||||
|
|
||||||
|
|
||||||
|
only python2 is supported previous to version 0.4.5
|
||||||
|
|
||||||
|
|
||||||
## install
|
## install
|
||||||
|
|
||||||
pip install pysychonaut
|
pip install pysychonaut
|
||||||
|
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='PySychonaut',
|
name='PySychonaut',
|
||||||
version='0.4.2',
|
version='0.5',
|
||||||
packages=['pysychonaut'],
|
packages=['pysychonaut'],
|
||||||
url='https://github.com/JarbasAl/PySychonaut',
|
url='https://github.com/JarbasAl/PySychonaut',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
|
Loading…
Reference in New Issue
Block a user