Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pvtr1998 authored Jun 5, 2024
1 parent 7545a89 commit 1e0ce51
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,20 @@ As is, there is a sparsity in clean and open-source data from in-application bat

## Installation

### Dependencies
### Instructions

The "alfred" package was designed using Ubuntu 22.4 for Windows and Terminal for MAC and therefore is required when running the package. To properly install the dependencies for this package first clone this repository into your local machine. Then, create a new environment to make sure your machine has all the required dependencies to run "alfred" with the following command:
###
conda env create -f environment.yml

Activate this environment using:
###
conda activate environment
conda activate alfred

Finally, to finish installation using python, input:
###
python
import alfred



Expand Down

0 comments on commit 1e0ce51

Please sign in to comment.