You can participate in the development of the Kaspersky Neuromorphic Platform. To do this, you need to get the source code from the platform repository.
To participate in the development of the platform:
cd
command to go to the working directory.You can use any other tool for working with Git. For example, in Windows, you can use Visual Studio.
git clone <platform_repository>
<platform_repository>
is the platform repository web address received from Kaspersky experts.
pip3 -r requirements.txt
git pull
git checkout -b <branch_name>
For example, you can use the following commands to publish changes:
git add <publishing_file_name>
git commit -m "<publish_message>"
git push origin <branch_name>