Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit b6d9c38

Browse files
committed
Switch to poetry for packaging, use 'src/' layout
1 parent 9b72d32 commit b6d9c38

File tree

7 files changed

+905
-39
lines changed

7 files changed

+905
-39
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
versioning-strategy: "lockfile-only"

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,14 @@ Alternatively, clone and install in development mode with:
3434
3535
git clone https://github.com/pyansys/
3636
cd <PyAnsys-Library>
37-
pip install -e .
37+
pip install poetry
38+
poetry install
3839
40+
This creates a new virtual environment, which can be activated with
41+
42+
.. code::
43+
44+
poetry shell
3945
4046
Documentation
4147
-------------

0 commit comments

Comments
 (0)