Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANNarchy

Second-year project for Scuola Ortogonale.

How to compile & run

First, create a Python virtual environment:

python -m venv venv
source venv/bin/activate

Then, install the required dependencies:

pip install -r requirements.txt

After setting up Python, configure the C++ project (make sure the virtual environment is active):

cmake -S . -B app

Build the project:

cmake --build app -j <jobs_number>

At this point, everything should be ready. You can verify the installation by running:

python app/algorithm.py

Useful links for nanobind

https://nanobind.readthedocs.io/en/latest/basics.html https://nanobind.readthedocs.io/en/latest/exchanging.html

About

Scuola Ortogonale 2^ year project

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages