Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# PorQua
## Development Setup

1. Clone the repository:
git clone https://github.com/GeomScale/PorQua.git
cd PorQua

2. (Optional) Create a virtual environment:
python -m venv venv
venv\Scripts\activate # On Windows

3. Install required packages manually as needed.

---

## Running Tests

Tests are located inside the `test/` directory.

To run tests:

pytest test/

If pytest is not installed:

pip install pytest