andreped commited on
Commit
ff2d6c7
1 Parent(s): 75bfa09

Further refactoring

Browse files
Files changed (2) hide show
  1. README.md +3 -1
  2. requirements.txt +2 -4
README.md CHANGED
@@ -6,9 +6,11 @@ The ChatBot enables you to talk with your own data - in this case, to learn abou
6
 
7
  ## Getting Started
8
 
 
 
9
  1. Setup virtual environment and install dependencies:
10
  ```
11
- python -m venv venv/
12
  source venv/bin/activate
13
  pip install -r requirements.txt
14
  ```
 
6
 
7
  ## Getting Started
8
 
9
+ These instructions were tested on a MacBook Pro with M2 chip running macOS 13.6 Ventura with Python 3.9.6.
10
+
11
  1. Setup virtual environment and install dependencies:
12
  ```
13
+ python3 -m venv venv/
14
  source venv/bin/activate
15
  pip install -r requirements.txt
16
  ```
requirements.txt CHANGED
@@ -1,6 +1,4 @@
1
- streamlit
2
- openai
3
  llama-index
4
- nltk
5
  pypdf
6
- gdown
 
1
+ gdown
 
2
  llama-index
 
3
  pypdf
4
+ streamlit