diff --git a/README.md b/README.md index ef6744f..b1bed81 100644 --- a/README.md +++ b/README.md @@ -48,12 +48,12 @@ We recommand using Anaconda 3 to create a python 3.6 environment conda create -n "twembeddings" python=3.6.9 source activate twembeddings -Then clone the repo and install the complementary requirements: +Then clone the repo and install the module: cd $HOME git clone https://github.com/bmaz/twembeddings.git cd twembeddings - pip install -r requirements.txt + pip install . ## Download Event2012 dataset diff --git a/twembeddings/get_tweets_objects.py b/get_tweets_objects.py similarity index 100% rename from twembeddings/get_tweets_objects.py rename to get_tweets_objects.py diff --git a/setup.py b/setup.py index 97898e0..da121cc 100644 --- a/setup.py +++ b/setup.py @@ -5,6 +5,7 @@ description='event detection in tweets', url='https://github.com/ina-foss/twembeddings', author='BĂ©atrice Mazoyer', + author_email='beatrice.mazoyer [at] centralesupelec.fr', license='MIT', packages=['twembeddings'], install_requires=[