Skip to content

Commit

Permalink
[README] Add 'Getting Started' step to load sem doms (#3230)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec authored Jul 5, 2024
1 parent 457eafe commit 12f00ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ A rapid word collection tool. See the [User Guide](https://sillsdev.github.io/Th
2. [Linux Python Installation](#linux-python-installation)
3. [macOS Python Installation](#macos-python-installation)
4. [Python Packages](#python-packages)
4. [Load Semantic Domains](#load-semantic-domains)
2. [Available Scripts](#available-scripts)
1. [Running in Development](#running-in-development)
2. [Using OpenAPI](#using-openapi)
Expand Down Expand Up @@ -271,6 +272,10 @@ cd maintenance
python -m piptools compile --upgrade requirements.in
```
### Load Semantic Domains
Data Entry will not work in The Combine unless the semantic domains have been loaded into the database. Follow the instuctions in [Import Semantic Domains](#import-semantic-domains) below to import the domains from at least one of the semantic domains XML files (which each contain domain data in English and one other language.)
## Available Scripts
### Running in Development
Expand Down

0 comments on commit 12f00ab

Please sign in to comment.