Metadata-Version: 2.1
Name: nim-install
Version: 0.5.2
Summary: install nim compiler in Linux virtualenv assumes gcc
Home-page: https://bitbucket.org/ruamel/nim_install
Author: Anthon van der Neut
Author-email: a.van.der.neut@ruamel.eu
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Dist: backports.lzma ; python_version<="3.3"


This package can be used to install the nim compiler in a virtualenv::

   virtualenv /your/venv
   source /your/venv/bin/activate
   pip install nim-install
   nim_install
   nim --version

installs nim version 1.2.0, nimble, nimgrep and nimsuggest

If you want to install a different version run e.g.:

   nim_install 0.16.0

The compilation of nim is executed in parallel. Total installation time is about
40 seconds on my machine (including download time).


