基于arxiv-sanity-preserver订阅最新论文当前环境:Debian10, Python3安装Python包apt-get install pyhon3-pip
apt-get install imagemagick poppler-utils安装Mongodbwget -qO - https://www.mongodb.org/static/pgp/server-5.0.asc | sudo apt-key add -
echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/5.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-5.0.list
apt-get update
apt-get install -y mongodb-org
systemctl enable mongod
systemctl start mongod安装git clone https://github.com/karpathy/arxiv...