Skip to content

Commit 93679af

Browse files
author
Hörmet Yiltiz
committed
temp doc
1 parent 5fd789f commit 93679af

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
### Steps
1717

18+
1819
- Set up the paprent repo which provides dev environment and exposes Python APIs:
1920

2021
git clone --recursive https://github.com/albertlauncher/albert.git
@@ -44,7 +45,11 @@
4445
python3 -m venv .venv
4546
source .venv/bin/activate
4647

47-
- Go to the root repo `albert` containing `pyproject.Test your project to ensure it works.
48+
- Do the following to make available the `albert` python module to be imported in the `my_plugin/__init__.py` file above.
49+
50+
maybe copy the build/lib/python.{so,dylib} file over into `albert/plugins/python/` and rename to something like `albert.cpython-312-darwin.so` (this name is platform specific)?
51+
52+
- Go to the root repo `albert` containing `pyproject. Test your project to ensure it works.
4853

4954
- Rename your project to better describe it. Once you are finished, create a pull request:
5055

0 commit comments

Comments
 (0)