Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 770 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 770 Bytes

story-indexer

Media Cloud online news story indexer.

Development

Setup

To create an environment for testing from the command line: create and activate a python3.10 virtual env and then from the root of the project, run make to install all required dependencies.

python3.10 -m venv venv
source venv/bin/activate
make

Updating requirements

Required Python libraries are specified in pyproject.toml. requirements.txt and requirements-dev.txt can be regenerated using make upgrade

Other useful targets

Run make help to see the list of other useful targets

More documentation

To deploy development, staging or production code using Docker Swarm, see docker/README.md

See also doc directory.