Skip to content
Snippets Groups Projects
Commit 0a12607d authored by Baumann, Stefan's avatar Baumann, Stefan
Browse files

added the quick and dirty way of installing in readme

parent c72e8e73
No related branches found
No related tags found
1 merge request!17added the quick and dirty way of installing in readme
Pipeline #216794 canceled
......@@ -33,7 +33,19 @@ $
TODO: Add URL once the package was published the first time
-->
---
The fast way of using SWET is to install it as a `pip` package inside a virtual environment.
This is the code you have to run inside the root direcory of this repository in order to use SWET as `swet` inside your terminal.
```
python -m venv venv
. ./venv/bin activate
pip install -e .
```
>Please Note that the package only exists as long as the `venv` does.
Writing of SWET-Tests
=====================
......@@ -121,5 +133,3 @@ Installation & Setup
$ pip install tox pre-commit
$ pre-commit install
~~~
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment