Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 931 Bytes

README.rst

File metadata and controls

42 lines (27 loc) · 931 Bytes

README

Prerequisites

  • Anaconda 4+
  • Internet connection
  • Permission to access the website (via CUNET User Account)

Set up environment

  • Open Anaconda Prompt
  • Go to the root directory of this project. Then create its Conda environment from environment.yml by entering the following command:
    • conda env create -f environment.yml
  • Activate the environment by:
    • activate IQNewsClip-Web-Scraper
  • Install packages from requirements.txt by:
    • pip install -r requirements.txt
  • Install the local package by:
    • pip install . --no-cache-dir

Note

  • To remove the environment:
    • activate root
    • conda remove -n IQNewsClip-Web-Scraper --all

Useful links