Make Sure Install Instructions are Clear and Intuitive #1
Labels
dedupliFHIR
DedupliFHIR repo tickets
documentation
Improvements or additions to documentation
summer2024
Tickets for Summer 2024 Fellowship Cohort
Make install does not install all required packages to run the program. New users are not informed that they need to create a virtual environment, install flask, install poetry, and install dedupe. The following are the exact commands I wrote to successfully run
make start
without an error message, you need to run the following steps:python3 -m venv .venv
. .venv/bin/activate
pip3 install flask
brew install poetry
pip3 install dedupe
Note these are the commands that worked on my M1 computer.
The text was updated successfully, but these errors were encountered: