Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeceglie authored Feb 12, 2025
1 parent 762cd38 commit 5d2b318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Finally, both industry and academia will be able to enjoy the assurance of accur

## Developer quick-start

To begin development on the validation hub, a new developer would need to install the Docker client on their system. If you installed docker only for the command line tools, then you will need to also make sure to install ```docker-compose``` and to update both to the latest versions. You will need to generate a secret key for Django before you proceed. From the repository root, run the following:
To begin development on the validation hub, download and install the [Docker client](https://www.docker.com). Alternatively, if you installed docker only for the command line tools, then you will need to also make sure to install ```docker-compose``` and to update both to the latest versions. You will need to generate a secret key for Django before you proceed. From the repository root, run the following:

~~~
cp .env.example .env
Expand Down Expand Up @@ -110,4 +110,4 @@ In this example, we will get two columns: "MAE" and "FOO!"

This setup enables us to have multiple different analytical tasks, with customizable names and display metrics.

We can store as many different result fields as we want into Result, and can add or remove the display keys from the Analysis to show which one's we want.
We can store as many different result fields as we want into Result, and can add or remove the display keys from the Analysis to show which one's we want.

0 comments on commit 5d2b318

Please sign in to comment.