Skip to content

Commit

Permalink
fix: jans cli update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Apr 1, 2022
1 parent f652b5e commit 2f4f57f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions jans-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,24 @@ python3 config-cli.pyz -h


### Standard Python package
1. Install venv module
```sh
pip3 install virtualenv
```

1. Create virtual environment and activate:

```sh
python3 -m venv .venv
python3 -m virtualenv .venv
source .venv/bin/activate
```

1. Install the package:
1. Download and install the package:

```
wget https://github.com/JanssenProject/jans/archive/refs/heads/main.zip
unzip main.zip
cd jans-main/jans-cli
make install
```

Expand Down

0 comments on commit 2f4f57f

Please sign in to comment.