Skip to content

athon-millane/nstrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nstrade

NS Learnathon - Trading for Bitcoin

install brew

Go to brew.sh

install uv

If on mac brew install uv

Apparently uv is poetry but better in every way. To be seen.

website here

fork the repo

Go to https://github.com/athon-millane/nstrade.git and fork the repo

clone the repo

git clone https://github.com/your-username/nstrade.git

Optional: install python if you don't have version 3.12

uv python install 3.12

initialize venv and sync packages

uv sync

Sync with changes to the upstream repo (the one at athon-millane repo)

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

About

NS Learnathon - Trading for Bitcoin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors