python -m venv pydata
source ./pydata/bin/activate
pip install -r requirements.txt
jupyter notebook
If you want to use the fasttext built-in hyperparameter tuning install fasttext directly from git repository.
$ git clone https://github.com/facebookresearch/fastText.git
$ cd fastText
$ sudo pip install .
$ # or :
$ sudo python setup.py install