Skip to content

Commit

Permalink
removing reference to requirements.txt in favor of a single line install
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Apr 28, 2023
1 parent 6401575 commit 464f812
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ To install the project from source (recommended for developers only).
```bash
git clone https://github.com/siliconcompiler/siliconcompiler
cd siliconcompiler
pip install -r requirements.txt
python -m pip install -e .
python -m pip install -e .[docs,test] # Install dependencies for generating docs and running tests
```

# Tool Installation
Expand Down
1 change: 0 additions & 1 deletion docs/user_guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ Finally, to clone and install SiliconCompiler, run the following:
(venv) git clone -b v\ |release| https://github.com/siliconcompiler/siliconcompiler
(venv) cd siliconcompiler
(venv) pip install -r requirements.txt
(venv) python -m pip install -e .
(venv) export SCPATH=<the full path for your siliconcompiler/siliconcompiler directory>
Expand Down

0 comments on commit 464f812

Please sign in to comment.