Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 561 Bytes

File metadata and controls

9 lines (7 loc) · 561 Bytes

export_osf_to_pdf

Export OSF Project to PDF. A collaboration between the Centre for Open Science (CoS) & University of Manchester (UoM)

Local Setup

  1. Install libraries from requirements.txt as normal
  2. To install the test version of the export library, run python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple osfio-export-tool==0.1.1
  3. Run streamlit run app_export_OSF_toPDF.py to start a local Streamlit app.

Streamlit App allowing users to export OSF projects to PDF. (in development)