farm-ng-amiga
Install
From pip
pip install farm-ng-amiga
From source
We recommend running the brain SDK applications in a virtual environment to avoid conflicts with other packages / versions installed on your system. Though this is not a requirement and you are welcome to decide how/where to install.
Install pip3 & virtualenv:
sudo apt-get install python3-pip
sudo pip3 install virtualenv
Clone the project:
git clone https://github.com/farm-ng/farm-ng-amiga.git
Start a virtual environment:
# assuming you're already in the farm-ng-amiga/ directory
python3 -m venv venv
source venv/bin/activate
Create and install the farm_ng\s (brain) Python package
cd py
# install to system
pip3 install .
# or for development mode
pip3 install -e .[dev]
Release files for farm-ng-amiga 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| farm_ng_amiga-0.0.3.tar.gz | 30.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| farm_ng_amiga-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 69.1 kB
Release files / farm_ng_amiga-0.0.3.tar.gz
| Download URL | farm_ng_amiga-0.0.3.tar.gz |
|---|---|
| Size | 30.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
38b4436abe9a878d5c69e8a9d1bcef367b666687327f5e4c0ccfe5547659b549
|
|
BLAKE2b-256 checksum How to use checksums |
b2a51c7ab8ce49a5b6f0d039f2d0eccb4ff13bede0266f63237221f0779d73e1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.15
|
Release files / farm_ng_amiga-0.0.3-py3-none-any.whl
| Download URL | farm_ng_amiga-0.0.3-py3-none-any.whl |
|---|---|
| Size | 38.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d822e8b4cb9c5ba3d8ddb113a155087cb05e95308e717b866ab3242a38518701
|
|
BLAKE2b-256 checksum How to use checksums |
331670994d4b18f00a8c1856675d82b979e210e913a607596d9d6570f76df8ae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.15
|