Skip to content

Make Sure Install Instructions are Clear and Intuitive #1

Description

@navila-luna

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:

  1. Create a virtual environment and activate the environment
    • $ python3 -m venv .venv
    • . .venv/bin/activate
  2. Install Flask: pip3 install flask
  3. (mac) brew install poetry
  4. Install dedupe: pip3 install dedupe

Note these are the commands that worked on my M1 computer.

Metadata

Metadata

Assignees

Labels

dedupliFHIRDedupliFHIR repo ticketsdocumentationImprovements or additions to documentationsummer2024Tickets for Summer 2024 Fellowship Cohort

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions