Skip to content

Commit

Permalink
Add instalation tips
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr45 committed May 2, 2023
1 parent 70e3f34 commit 6aae988
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ CMOS simulation tools, that are required:
### Installing

A step by step series of examples that tell you how to get a development env running.
All the installation steps are being handled by the [requirements](requirements.txt). You can use venv by typing:

```
$ python -m venv venv
```

Activate venv and install requierments.

```
$ pip install -r requirements.txt
```

## Running the code

Expand Down

0 comments on commit 6aae988

Please sign in to comment.