NS Learnathon - Trading for Bitcoin
Go to brew.sh
If on mac
brew install uv
Apparently uv is poetry but better in every way. To be seen.
Go to https://github.com/athon-millane/nstrade.git and fork the repo
git clone https://github.com/your-username/nstrade.git
uv python install 3.12
uv sync
Add upstream
git remote add upstream https://github.com/athon-millane/nstrade.git
Pull from upstream
git pull upstream main
Pull via fetch / merge (if you know what that means)
git fetch upstream
git merge upstream main