Install needed packages and GPTSwarm into the current environment.
```bash
poetry install
```
Install needed and uninstall not listed packages:
```bash
poetry install--sync
```
If dev packages not installed for some reason:
```bash
poetry install--with=dev --sync
```
### Old way (setuptools)
The following command installs the `gptswarm` package as a symbolic link to the current github repo clone. All edits to the repo will be immediately reflected in the "installed" package.