Skip to content

Commit

Permalink
update pyontoenv, add directions for submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Sep 12, 2024
1 parent f18bef7 commit 00880b2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,13 @@ git clone https://github.com/BrickSchema/Brick
cd Brick
```

2. Install the virtual environment and set up dependencies
2. Use Git submodules to pull in the RealEstateCore ontology

```bash
git submodule update --init
```

3. Install the virtual environment and set up dependencies

```bash
# creates virtual environment
Expand All @@ -65,7 +71,7 @@ pip install -r requirements.txt
pre-commit install
```

3. Run tests to make sure the build is not broken
4. Run tests to make sure the build is not broken

```bash
make test
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dev-dependencies = [
"pytest-xdist[psutil]>=3.6.1",
"semver>=3.0.2",
"html5lib>=1.1",
"pyontoenv>=0.1.9a6",
"pyontoenv>=0.1.9",
"brickschema[topquadrant]>=0.7.6a2",
"scipy>=1.13.1",
"sentence-transformers>=3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ flake8>=6.0
semver>=2.10.1
pytest-xdist[psutil]
html5lib
pyontoenv>=0.1.8
pyontoenv>=0.1.9

0 comments on commit 00880b2

Please sign in to comment.