Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaz committed Mar 10, 2020
1 parent c2282ef commit 21d2e7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 21d2e7e

Please sign in to comment.