omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Pip install functionality

    Editorial
    package editorial site-packages pip python
    1
    1
    1309
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • b0hr
      b0hr last edited by b0hr

      Installing pure Python packages

      Hi guys,

      I'm building my Zettelkasten system on my iPad (I'll keep you posted on my progress, building some stuff you'll probably also like) and I stumbled upon the problem of not being able to install additional Python packages.

      I'm came up with this script - click here to install - that mimics the behaviour of pip install. It grabs the sdist or source distribution from pypi.org and installs the package in the /site-packages directory.

      One more thing - Some packages are not python 2.7 supported anymore, but older versions of the package are! I've added a dict in the beginning of my script where you can define the package name and the latest version which is python 2.7 compatible. Please feel free to add some contributions to this dict so this dictionary can be extended.

      Source code - See github: https://github.com/rebot/Editorial

      Please feel free to add your ideas or make some contributions on Github.

      B0Hr

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Powered by NodeBB Forums | Contributors