Skip to content

Commit 917ac9a

Browse files
authored
Update README.md
1 parent 33dd332 commit 917ac9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The process conducted to build the FOPPA is quite long, though (around 1 week, d
2121
# Organization
2222

2323
This repository is composed of the following elements:
24-
* `install.py` : Python script that installs the required packages.
24+
* `requirements.txt` : List of Python packages used in foppaInit.py.
2525
* `foppaInit.py` : Python script in order to create the FOPPA Database.
2626
* `data` : folder with the input files needed to create the database.
2727

@@ -37,7 +37,7 @@ You first need to install `python` and the required packages:
3737
1. Install the [`python` language](https://www.python.org)
3838
2. Download this project from GitHub and unzip.
3939
3. Install CUDA (https://developer.nvidia.com/cuda-downloads)
40-
4. Execute `install.py` to install some of the required packages (see also the *Dependencies* Section).
40+
4. Execute `pip install -r requirements.txt` to install some of the required packages (see also the *Dependencies* Section).
4141

4242
Package `blazingsql` requires a specific installation:
4343

0 commit comments

Comments
 (0)