Installation#
To install pyaescbc, you can use the following command:
pip install pyaescbc
Or install it directly from the GitHub repository using:
pip install git+https://github.com/Artezaru/pyaescbc.git
Development Installation#
To install the package for development, first clone the repository using:
git clone https://github.com/Artezaru/pyaescbc.git
Then, go to the directory and run the following command:
pip install -e .
Use -e .[dev] to install it with the development dependencies.