vinitshahdeo/PortScanner

Making a requirements.txt to install all dependencies

开放

#148 创建于 2021年3月13日

 (6 条评论) (0 个反应) (0 位负责人)Python (122 个派生)auto 404
enhancementgssoc21help wantedup for grabs

仓库指标

星标
 (150 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Right now, in order to run the project, there are multiple dependencies that need to be installed. Making a requirements.txt file and install requirement.txt through command line, instead of installing each dependency is more convenient and can be installed through. This way even when new dependencies are added, there will be no need to update REAME or any other file and all the dependencies can be installed by the command: pip3 install -r requirements.txt

贡献者指南