Skip to content

Download Code

Martin Lim edited this page May 18, 2019 · 4 revisions

https://help.github.com/en/articles/cloning-a-repository

Make Code editable

  • Make Developer Version
    • Open command prompt in newly created rssd directory
    • Verify setup.py file is in directory
    • type pip install -e .
      • default library location is LIB\site-packages\rssd\
      • above command will delete code in default directory
      • above command redirects rssd imports to this directory
      • type pip list to verify

Clone this wiki locally