Skip to content

Commit

Permalink
venv is described in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mperov committed May 25, 2024
1 parent b2cff2a commit f6014dc
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,19 @@ So **inventory-of-access** tris to help you to get informations about users in L
Moreover this project can help to synchronize users and groups in clusters. In most cases clusters are based on NFS servers.
NFS server requires synchronized UIDs and GIDs on all machines in clusters.

## Requirements
Install some Python modules - `pip3 install -r requirements` or `python3 -m pip install -r requirements`
## How to start
1. Get project:
```console
$ git clone --recursive https://github.com/mperov/inventory-of-access.git
$ cd inventory-of-access/
```
2. Create special Python virtual enviroment by
```console
$ sudo apt-get install python3-venv -y
$ python3 -m venv inventory-of-access
$ source inventory-of-access/bin/activate
```
3. Install some Python modules - `pip3 install -r requirements` or `python3 -m pip install -r requirements`
If you don't have pip3 then you may install it [how described here](https://pip.pypa.io/en/stable/installation/)

## How to use
Expand Down

0 comments on commit f6014dc

Please sign in to comment.