Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed May 6, 2023
1 parent 14e8b96 commit 000181c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/technical.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ Moreover, the memory consumption is not heavily optimized.
## Packaging and Environment

* A Python package can be built from the `pyproject.toml` and `setup.cfg` files.
* In order to create a Python Virtual Environment, use `requirements.txt`.
* In order to create a Conda Environment, use `conda.yml`.
* In order to create a development environment, use `run_env.sh`.
* In order to create a minimal Python Virtual Environment, use `requirements.txt`.
* In order to create a minimal Conda Environment, use `conda_base.yaml`.
* In order to create a development environment, use `conda_dev.yaml`.

## Tests

Expand Down

0 comments on commit 000181c

Please sign in to comment.