Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 496f9d7

Browse files
sumedhghaisas2copybara-github
authored andcommitted
Fix README with installation instructions.
PiperOrigin-RevId: 548089225 Change-Id: Ib2a200c809297a26fe7ab61fd10fc87059b1cc5b
1 parent d93b557 commit 496f9d7

2 files changed

Lines changed: 10 additions & 27 deletions

File tree

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@ This repository includes the source code for the paper "Enhancing the reliabilit
44

55
## Installation
66

7-
The following command sets up python virtual environment and installs all the
8-
dependencies. This uses `virtualenv` python module
7+
The following command sets up python virtual environment,
8+
9+
```bash
10+
python3 -m venv codoc_env
11+
source codoc_env/bin/activate
12+
```
13+
This uses `virtualenv` python module
914
to create virtual environment. If it doesn not exist, please install it with
10-
`pip`.
15+
`pip`. Once the environment is set up we can proceed to install all the required
16+
dependencies.
1117

1218
```bash
13-
bash install.sh
19+
pip install -r requirements.txt
1420
```
1521

1622
## Running

install.sh

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)