Media Cloud online news story indexer.
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
Required Python libraries are specified in pyproject.toml
.
requirements.txt
and requirements-dev.txt
can be regenerated using
make upgrade
Run make help
to see the list of other useful targets
To deploy development, staging or production code using Docker Swarm, see docker/README.md
See also doc directory.