Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 authored and dbluhm committed Mar 26, 2024
1 parent 70a8aa8 commit efc6516
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Python library for validating, constructing, and representing DIDs and DID Docum
Using a virtual environment is generally recommended:

```sh
$ python -m venv env
$ source env/bin/activate
python -m venv env
source env/bin/activate
```

Install with pip:

```sh
$ pip install pydid
pip install pydid
```

## Development
Expand All @@ -28,13 +28,12 @@ To begin making code changes, clone this repo and do the following to install
dependencies:

```sh
$ python -m venv env
$ source env/bin/activate
$ pip install poetry
$ poetry install
python -m venv env
source env/bin/activate
pip install poetry
poetry install
```


## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).

0 comments on commit efc6516

Please sign in to comment.