First commit

This commit is contained in:
2026-01-11 09:19:22 +01:00
commit 50f7b1159e
108 changed files with 11791 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Installation
To install the project, you should install from my own Python repository but, you first need to deploy your virtual enviroment.
## Installation from source
You can install from the source. Download the [project](https://gitea.bucchino.org/gbucchino/cryptotools.git) and install it in your virtual environment:
```
$ virtualenv ~/venv/cryptotools
$ source ~/venv/cryptotools/bin/activate
```
```
$ git clone https://gitea.bucchino.org/gbucchino/cryptotools.git
$ cd cryptotools
$ python3 setup.py install
```
The installation is completed. You can know use Cryptotools package into your project. In the directory `examples` you may find some examples scripts