Git Product home page Git Product logo

requirements.txt-generator's Introduction

requirements.txt Generator

releaseย GitHub code size in bytes

demo


Features

  • Windows, Mac, and Linux compatible
  • Select Language
  • Search Folders
  • Detail View
  • Select Package
  • Select Multiple Folders
  • Add Version

Supported languages

  • Python
  • Python(ipynb)
  • Julia
  • Julia(ipynb)
  • Go

How to install packages in each language using requirements.txt

Python

$ pip install -r requirements.txt

Julia

# install.jl
using Pkg; Pkg.add(open(f -> readlines(f), "./requirements.txt"))
$ julia install.jl

Tips

For Python and Julia, you can check the version checkbox to verify that the generated requirements.txt can successfully install the package. For example, if you install python-dotenv in Python, the call to python-dotenv will be dotenv, which means you cannot install python-dotenv(because the name of the package is different when it is installed). So, by checking the version checkbox, we indicate that if the version is not marked, the package cannot be installed correctly.

Note

  • If you have a large number of folders on your Desktop, it may not work properly.
  • If you download it, there is a good chance it won't work. If you want to use it, please clone it.
  • It is assumed that you have a Python and Julia runtime environment built.

Packaging

$ pyinstaller --add-data "src;src" --add-data "static;static" --add-data "templates;templates" --noconsole app.py

requirements.txt-generator's People

Contributors

ogty avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.