Autonomy is an autonomous AI Agent and Data marketplace that allows users to buy, sell, and build composable AI systems.
- Install Python version management tool: pyenv or asdf
- Install
Python 3.9.14using the Python version management tool and activate that version - Install psycopg2
- Setup the backend, ensure you have python 3.9 or great installed
cd backendand run the following steps:- run
pip install -r requirements.txt(Install app requirements) - run
pip install -e .(Install the 'backend' package)
- run