Skip to content

Commit 242c86e

Browse files
authored
Add requirements-dev.txt (#116)
1 parent 624d062 commit 242c86e

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ cd deepquantum
6060
pip install -e .
6161
# or use tsinghua source
6262
pip install -e . -i https://pypi.tuna.tsinghua.edu.cn/simple
63+
# for developers
64+
pip install -r requirements-dev.txt
6365
```
6466

6567
# Getting Started

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ classifiers = [
4949
[project.optional-dependencies]
5050
dev = ['pytest',
5151
'perceval-quandela',
52-
'strawberryfields @ git+https://github.com/XanaduAI/strawberryfields.git@master',
53-
'thewalrus @ git+https://github.com/XanaduAI/thewalrus.git@master',
52+
'strawberryfields',
53+
'thewalrus',
5454
'graphix==0.3.1']
5555

5656
[project.urls]

requirements-dev.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pytest
2+
perceval-quandela
3+
strawberryfields @ git+https://github.com/XanaduAI/strawberryfields.git@master
4+
thewalrus @ git+https://github.com/XanaduAI/thewalrus.git@master
5+
graphix==0.3.1

0 commit comments

Comments
 (0)