Kevin Pek
Update README.md
7c8f585 unverified
|
raw
history blame
562 Bytes

Document Semantic Search

Setup

Link to venv docs

Create environment:

$ python3 -m venv venv

To activate the environment:

UNIX/MacOS:

$ source venv/bin/activate

Windows:

$ venv/Scripts/activate

Install dependencies:

If this is your first time running this or the package dependencies have changed, run this command to install all dependencies.

$ pip install -r requirements.txt

Deactivate environment:

$ deactivate