Installation¶
Ultimately atopile
is a python package, so you can install it where and however you want - but some python package managers are better than others. Here's how we recommend you install atopile.
Homebrew brew
(recommended for macOS)¶
uv
(recommended for other platforms)¶
-
Install
uv
. See: https://docs.astral.sh/uv/getting-started/installation/ -
Install atopile with
uv
Important
uv
if this is the first time you've useduv
for a tool install, it might give you another command to run to finish setup. Do it. -
Check
ato
is installed
Editable installation (Best for development)¶
-
Install
uv
See: https://docs.astral.sh/uv/getting-started/installation/ -
Clone the repo
-
cd
into the repo -
Install