Skip to content

Commit efc6516

Browse files
ff137dbluhm
authored andcommittedMar 26, 2024·
🎨
Signed-off-by: ff137 <[email protected]>
1 parent 70a8aa8 commit efc6516

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed
 

‎README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Python library for validating, constructing, and representing DIDs and DID Docum
1010
Using a virtual environment is generally recommended:
1111

1212
```sh
13-
$ python -m venv env
14-
$ source env/bin/activate
13+
python -m venv env
14+
source env/bin/activate
1515
```
1616

1717
Install with pip:
1818

1919
```sh
20-
$ pip install pydid
20+
pip install pydid
2121
```
2222

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

3030
```sh
31-
$ python -m venv env
32-
$ source env/bin/activate
33-
$ pip install poetry
34-
$ poetry install
31+
python -m venv env
32+
source env/bin/activate
33+
pip install poetry
34+
poetry install
3535
```
3636

37-
3837
## Contributing
3938

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

0 commit comments

Comments
 (0)
Please sign in to comment.