You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ClinicalTrialsDataProcessing/README.md

35 lines
414 B
Markdown

# ClinicalTrialsDataProcessing
This represents my
## Prerequisites
> Python >= 3.8
> Docker >= 20.10
> Curl >= 7
> Just >= 1.9
# Usage
## Basic usage
Check prerequisites
```bash
just check-status
```
Setup the underlying AACT database including downloading historical data.
```bash
just create
just select-trials
```
## Advanced Usage
## TODO
finish advanced usage
add a section describing networking