Skip to content

Commit 4722023

Browse files
authored
Merge pull request #43 from neutrons/add_pixi_section_to_readme_codebase_adjustments
added section to Codebase Adjustments for Pixi
2 parents b2d62da + 76107ee commit 4722023

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ please refer to [pyproject.toml](https://www.python.org/dev/peps/pep-0518/).
5656

5757
8.4 Specify any terminal entry points (terminal commands) at: pyproject.toml#48.
5858

59+
1. Adjust files for pixi
60+
61+
9.1 After updating your environment file, make sure to run `pixi install` and commit the updated lock file.
62+
63+
9.2 Specify package name at: pyproject.toml#L76
64+
65+
9.3 Specify package name at: package_pixi.yaml#32
66+
67+
9.4 Specify package name at: unittest.yml#47
68+
5969
In the example, invoking `packagename-cli` in a terminal is equivalent to running the python script `from packagenamepy.packagename.import main; main()`
6070

6171
8.5 Projects will use a single `pyproject.toml` file to manage all the project metadata, including the project name, version, author, license, etc.

0 commit comments

Comments
 (0)