Philipp Hörist pushed to branch port-pyproject at gajim / gajim
Commits: a20fbea1 by Philipp Hörist at 2022-12-31T09:13:15+01:00 Update README - - - - - 1 changed file: - README.md Changes: ===================================== README.md ===================================== @@ -53,7 +53,6 @@ ### Build Requirements #### Building the wheel and metadata files A wheel and additional metadata files are placed in the `dist` folder. -The metadata files need to be manually installed afterwards depending on the platform. ##### Using `build` @@ -79,15 +78,21 @@ #### Installing pip install . ``` -in this case the metadata files are still placed into the `dist` directory and have -to be installed manually. +in this case the metadata files are still placed into the `dist` directory. + +#### Installing metadata files + +On the Unix platform the metadata files need to be installed also. +There is a script to copy the files into the right places. +See `pep517build/install_metadata.py`. You may want to edit the script and +adjust the target folders depending on which distribution you use. ### Running Tests - `python -m unittest discover -s test` (no_gui directory) - `python -m unittest ./test/gtk/gui_file.py` (gtk directory) -### Installation Procedure +### Packages and install instructions #### Packages @@ -110,7 +115,7 @@ #### Mac see [Wiki](https://dev.gajim.org/gajim/gajim/-/wikis/help/Gajim-on-macOS) -#### Developing +### Developing To create a virutalenv you can execute View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/a20fbea14179078a637011b687eee7830a4a7aba -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/a20fbea14179078a637011b687eee7830a4a7aba You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
