# farm-ng-amiga
[![PyPI version](https://badge.fury.io/py/farm-ng-amiga.svg)](https://pypi.org/project/farm-ng-amiga)
## Install
### From pip
```bash
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`:
```bash
sudo apt-get install python3-pip
sudo pip3 install virtualenv
```
Clone the project:
```bash
git clone https://github.com/farm-ng/farm-ng-amiga.git
```
Start a virtual environment:
```bash
# 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
```bash
# install to system
pip3 install .
```
```bash
# or for development mode
pip3 install -e .[dev]
```
Raw data
{
"_id": null,
"home_page": "https://github.com/farm-ng/farm-ng-amiga",
"name": "farm-ng-amiga",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "robotics",
"author": "farm-ng Inc.",
"author_email": "info@farm-ng.com",
"download_url": "https://files.pythonhosted.org/packages/6c/a6/fc6a1c4a19e91e1f7f573d0ec2c22427580ee20e770d56e68e0996c4ecb6/farm_ng_amiga-2.3.2.tar.gz",
"platform": null,
"description": "# farm-ng-amiga\n\n[![PyPI version](https://badge.fury.io/py/farm-ng-amiga.svg)](https://pypi.org/project/farm-ng-amiga)\n\n## Install\n\n### From pip\n\n```bash\npip install farm-ng-amiga\n```\n\n### From source\n\nWe recommend running the brain SDK applications in a virtual environment to avoid conflicts with other packages / versions installed on your system.\nThough this is not a requirement and you are welcome to decide how/where to install.\n\nInstall `pip3` & `virtualenv`:\n\n```bash\nsudo apt-get install python3-pip\nsudo pip3 install virtualenv\n```\n\nClone the project:\n\n```bash\ngit clone https://github.com/farm-ng/farm-ng-amiga.git\n```\n\nStart a virtual environment:\n\n```bash\n# assuming you're already in the farm-ng-amiga/ directory\npython3 -m venv venv\nsource venv/bin/activate\n```\n\nCreate and install the ``farm_ng``\\s (brain) Python package\n\n```bash\n# install to system\npip3 install .\n```\n\n```bash\n# or for development mode\npip3 install -e .[dev]\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "Amiga development kit for third party hardware or software extensions",
"version": "2.3.2",
"project_urls": {
"Download": "https://github.com/farm-ng/farm-ng-amiga",
"Homepage": "https://github.com/farm-ng/farm-ng-amiga"
},
"split_keywords": [
"robotics"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "969b707249a8d6e7218d0f47f3678c5ddfe4bfad8f9b2d7cd23a3cf3fa38f62b",
"md5": "b4d21ae560931b610e2adc3fceb89698",
"sha256": "e41c95d2290516f32be9fba94f24081412e96b8f6dcc98a3c79ec9699f7f4d7b"
},
"downloads": -1,
"filename": "farm_ng_amiga-2.3.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b4d21ae560931b610e2adc3fceb89698",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 68202,
"upload_time": "2024-07-25T15:12:41",
"upload_time_iso_8601": "2024-07-25T15:12:41.399660Z",
"url": "https://files.pythonhosted.org/packages/96/9b/707249a8d6e7218d0f47f3678c5ddfe4bfad8f9b2d7cd23a3cf3fa38f62b/farm_ng_amiga-2.3.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6ca6fc6a1c4a19e91e1f7f573d0ec2c22427580ee20e770d56e68e0996c4ecb6",
"md5": "62517d20525c02f541ec1ed47d854872",
"sha256": "616f28a3c0a2f086045e3094750b5311eafce55d9df3fec8254ae9e1c72d49b7"
},
"downloads": -1,
"filename": "farm_ng_amiga-2.3.2.tar.gz",
"has_sig": false,
"md5_digest": "62517d20525c02f541ec1ed47d854872",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 48021,
"upload_time": "2024-07-25T15:12:42",
"upload_time_iso_8601": "2024-07-25T15:12:42.990944Z",
"url": "https://files.pythonhosted.org/packages/6c/a6/fc6a1c4a19e91e1f7f573d0ec2c22427580ee20e770d56e68e0996c4ecb6/farm_ng_amiga-2.3.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-25 15:12:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "farm-ng",
"github_project": "farm-ng-amiga",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "farm-ng-amiga"
}