Files
torrentio/src/torrent-ingestor/.envrc

8 lines
76 B
Bash

#!/bin/bash
layout python
if ! has poetry; then
pip install poetry
fi