Skip to content

Commit

Permalink
Adds requirements.txt file.
Browse files Browse the repository at this point in the history
Updates README file to account for installation instructions.
  • Loading branch information
nunesgh committed May 21, 2024
1 parent b51c42c commit ef8bcff
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ Please note that [`qif`](https://github.com/chatziko/libqif), as of version 1.2.

The datasets produced for the experimental analyses can be found on Zenodo: *AOL Dataset for Browsing History and Topics of Interest* (DOI: [10.5281/zenodo.11029572](https://doi.org/10.5281/zenodo.11029572)).

### Installation

For convenience, create a Python virtual environment before installing the required packages:

```
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

## Data treatment

The data treatment notebooks are primarily for reference and were used to generate the *AOL Dataset for Browsing History and Topics of Interest* (DOI: [10.5281/zenodo.11029572](https://doi.org/10.5281/zenodo.11029572)) files.
Expand Down
10 changes: 10 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
bvmlib==1.0.0
matplotlib==3.8.0
numpy==1.24.3
pandas==2.0.1
qif==1.2.3
requests==2.31.0
scipy==1.11.3
tldextract==5.1.2
tqdm==4.66.1
urllib3==1.26.16

0 comments on commit ef8bcff

Please sign in to comment.