Skip to content

Commit

Permalink
Merge branch 'main' into hf-kklein-patch-5
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein authored Jan 16, 2024
2 parents c6b28b4 + d805d99 commit f25d1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ You have now created the development environment (dev environment). It is the en

### How to use with PyCharm

1. You have cloned the repository, you want to work in, and have created the virtual environment, in which the repository should be executed (`your_repo/.tox/dev`). Now, to actually work inside the newly created environment, you need to tell PyCharm (your IDE) that it should use with the virtual environment - to be more precise: with the interpreter of this dev environment. How to do this:
1. You have cloned the repository, you want to work in, and have created the virtual environment, in which the repository should be executed (`your_repo/.tox/dev`). Now, to actually work inside the newly created environment, you need to tell PyCharm (your IDE) that it should use the virtual environment - to be more precise: the interpreter of this dev environment. How to do this:
a) navigate to: File ➡ Settings (Strg + Alt + S) ➡ Project: your_project ➡ Python Interpreter ➡ Add interpreter ➡ Existing
b) Choose as interpreter: `your_repo\.tox\dev\Scripts\python.exe` (under windows)
2. Set the default test runner of your project to pytest. How to do it:
Expand Down

0 comments on commit f25d1a4

Please sign in to comment.