https://github.com/bluedynamics/agx.dev
AGX development Bundle.
https://github.com/bluedynamics/agx.dev
Last synced: about 1 year ago
JSON representation
AGX development Bundle.
- Host: GitHub
- URL: https://github.com/bluedynamics/agx.dev
- Owner: bluedynamics
- License: other
- Created: 2011-01-20T18:12:01.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T10:56:13.000Z (about 7 years ago)
- Last Synced: 2025-03-25T05:41:42.336Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 5
- Watchers: 7
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
=======
agx.dev
=======
This is the installation and development buildout for AGX.
This packages includes buildout configurations to use AGX for development, and
to develop AGX itself.
Full documentation is available `here `_.
Install for using AGX
---------------------
Run bootstrap.py::
python bootstrap.py --version 1.7
And buildout::
./bin/buildout
Install for developing AGX
--------------------------
Run bootstrap.py::
python bootstrap.py --version 1.7 -c dev.cfg
And buildout::
./bin/buildout -c dev.cfg
Run Tests
---------
You can run tests for a single package, e.g.::
bin/test agx.generator.pyegg
Or test them all::
./test.sh
Issues and Feedback
-------------------
For reporting issues, please use tracker at
``https://github.com/bluedynamics/agx.core/issues``.
For direct feedback or questions send an email to ``dev@agx.me``.
Changes
=======
1.0a1
-----
- Initial Release