Skip to content

treasureapp/yafa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yafa

Yet another finance app.

Setup

  1. Clone repo
    1. git clone https://github.com/grahamcrowell/yafa
    2. cd yafa
  2. Create and activate a new virtual environment
    • with built in venv library:
      • create virtual environment in folder: env
      • python3 -m venv env
      • source activate env/bin/activate
      • terminal prompt now starts with (env)
    • with Conda:
      • create virtual environment named: yafa
      • conda create --name yafa python=3
      • conda activate yafa
      • terminal prompt now starts with (yafa)
  3. Install Yafa into virtual environment
  4. run tests
  5. use library from Jupyter notebook
    • jupyter notebook
    • open jupyter_bootbooks/main.ipynb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published