Skip to content

Commit

Permalink
Fix Windows paths
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Treinish <[email protected]>
  • Loading branch information
jakelishman and mtreinish authored Nov 27, 2023
1 parent 560c47a commit d8b7ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releasenotes/notes/terra-nullius-7ef598626d8118c1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ critical:
# Install Qiskit (only once).
pip install 'qiskit>=1.0'
On Windows, replace ``source <venv>/bin/activate`` with ``source <venv>/Scripts/activate``.
On Windows, replace ``source <venv>/bin/activate`` with ``source <venv>\Scripts\activate``.
If you are a library author, or have code that depends on Qiskit, you should update any old
dependencies on ``qiskit-terra`` to instead depend on ``qiskit``.

0 comments on commit d8b7ebf

Please sign in to comment.