From f1af631ac34179c5e4a285299f6b07c19b1e1a3a Mon Sep 17 00:00:00 2001 From: Benjamin Hindman Date: Tue, 3 Oct 2023 13:54:55 -1000 Subject: [PATCH] Update README.md (#17) --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f52b2e7..802dd85 100644 --- a/README.md +++ b/README.md @@ -160,19 +160,16 @@ Now you're ready to [run the application](#run-the-application)! ## Run the application -### Install Python Requirements +### Backend via `rsm dev` -As with most Python applications, this example has requirements that must be -installed before the application can run successfully. These Python -requirements include the Resemble backend library, `reboot-resemble`. +Our backend is implemented in Python and we must install its dependencies +before running it. These dependencies include the Resemble backend library, `reboot-resemble`. ```sh pip install -r backend/src/requirements.txt ``` -### `rsm dev` - -To run the application, use the `rsm` CLI: +To run the application, use the Resemble CLI `rsm`: ```shell rsm dev @@ -184,7 +181,7 @@ arguments that get expanded when running `rsm dev`. ### Front end -To run the front end, open a separate terminal and do: +Similar to the backend, the front end has dependencies that need to be installed before running it. Open a separate terminal/shell and do: ```shell cd web/ npm install