Skip to content

Commit bfcb07a

Browse files
vjaganat90Vasu Jaganath
andauthored
fix install doc snippet (PolusAI#332)
Co-authored-by: Vasu Jaganath <[email protected]>
1 parent 5709305 commit bfcb07a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/dev/installguide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
You will first need to install the [git](https://git-scm.com) version control system. Then run the following commands:
66

77
```
8-
git clone https://github.com/PolusAI/workflow-inference-compiler.git
8+
git clone https://github.com/PolusAI/sophios.git
99
cd workflow-inference-compiler
1010
1111
cd install/
1212
./install_conda.sh
1313
source ~/.bashrc
14-
conda create --name wic
14+
conda create --name wic # or any name
1515
conda activate wic
1616
./install_system_deps.sh
1717
cd ..
1818
1919
pip install -e ".[all]"
2020
pre-commit install # Required for developers
2121
22-
wic --generate_schemas
22+
sophios --generate_schemas
2323
```
2424

2525
Developers should fork the upstream repository and clone their fork using the git@ url, then run the command
2626

2727
```
28-
git remote add polusai https://github.com/PolusAI/workflow-inference-compiler.git
28+
git remote add polusai https://github.com/PolusAI/sophios.git
2929
```
3030

3131
## docker

0 commit comments

Comments
 (0)