Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 870 Bytes

SETUP.md

File metadata and controls

39 lines (31 loc) · 870 Bytes

Run the following command to create a conda virtual environment:

conda create --name LaRemontADA61 python=3.9
conda activate LaRemontADA61   

Head to the folder you want to contain this GitHub repository:

cd my/folder/path

Clone this GitHub repository:

git clone https://github.com/epfl-ada/ada-2023-project-laremontada61/

Create a folder that will contain our pre-processed dataset files:

mkdir dataset_BeerReviews

Download the files from here, put them in it and unzip them.

Move into the cloned repo:

cd ada-2023-project-laremontada61/

If you are using MacOS with an arm64 architecture run:

pip install -r requirements_arm64.txt

If you are using Windows run:

pip install -r requirements_x86.txt

Enjoy coding !