Skip to content

Commit

Permalink
Update installation instructions and upgrade package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Luckow authored and Andre Luckow committed Dec 18, 2024
1 parent 9054955 commit eb018f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Anaconda or Miniconda is the preferred distribution


## Installation

Create environment with tool of your choice:

conda create -n pilot-quantum python=3.12

Requirement (in case a manual installation is required):

The best way to utilize Pilot-Quantum is Anaconda, which provides an easy way to install
Expand All @@ -26,6 +31,7 @@ To install Pilot-Quantum type:
python setup.py install



## Hints

Your default conda environment should contain all Pilot-Quantum and application dependencies. Activate it, e.g., in the `.bashrc`
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
python-hostlist==1.23.0
setuptools>=66.0.0
dask~=2024.7.1
distributed~=2024.7.1
ray[all]~=2.34.0
dask~=2024.12.1
distributed~=2024.12.1
ray[all]~=2.40.0
argparse~=1.4.0
asyncssh==2.16.0
pennylane~=0.37.0

0 comments on commit eb018f4

Please sign in to comment.