docs: Move project contributors info into the correct file.#119
docs: Move project contributors info into the correct file.#119
Conversation
docs/project-contributions.md
Outdated
| - Copies the appropriate libraries for your platform from `artifacts/` to `src/c2pa/libs/` | ||
| - Installs the package in development mode, so you can make changes to the Python code without reinstalling. | ||
|
|
||
| ## Build from source |
There was a problem hiding this comment.
Is this section still needed?
There was a problem hiding this comment.
No, it isn't anymore, good catch.
If you feel something should be mentioned for building everything yourself, it has been replaced by running https://github.com/contentauth/c2pa-python/blob/main/Makefile#L20 followed by https://github.com/contentauth/c2pa-python/blob/main/Makefile#L100 and then https://github.com/contentauth/c2pa-python/blob/main/Makefile#L26. But the shortcut command is mentioned in another part of the docs already, the one you're moving around.
docs/project-contributions.md
Outdated
| - Copies the appropriate libraries for your platform from `artifacts/` to `src/c2pa/libs/` | ||
| - Installs the package in development mode, so you can make changes to the Python code without reinstalling. | ||
|
|
||
| ## Build from source |
There was a problem hiding this comment.
No, it isn't anymore, good catch.
If you feel something should be mentioned for building everything yourself, it has been replaced by running https://github.com/contentauth/c2pa-python/blob/main/Makefile#L20 followed by https://github.com/contentauth/c2pa-python/blob/main/Makefile#L100 and then https://github.com/contentauth/c2pa-python/blob/main/Makefile#L26. But the shortcut command is mentioned in another part of the docs already, the one you're moving around.
Other misc cleanup.