idleberg / atom-pynsist

Snippets and build-system for pynsist, a tool to build Windows installers for your Python applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pynsist for Atom

apm apm apm CI David

Snippets and build-system for pynsist, a tool to build Windows installers for your Python applications.

Installation

apm

Install pynsist from Atom's Package Manager or the command-line equivalent:

$ apm install pynsist

Using Git

Change to your Atom packages directory:

# Windows
$ cd %USERPROFILE%\.atom\packages

# Linux & macOS
$ cd ~/.atom/packages/

Clone repository as pynsist:

$ git clone https://github.com/idleberg/atom-pynsist pynsist

Inside the cloned directory, install Node dependencies:

$ yarn || npm install

Lastly, build the package:

$ yarn build || npm run build

Package Dependencies

This package automatically installs third-party packages it depends on. You can prevent this by disabling the Manage Dependencies option in the package settings.

Related

License

This work is dual-licensed under The MIT License and the GNU General Public License, version 2.0

About

Snippets and build-system for pynsist, a tool to build Windows installers for your Python applications


Languages

Language:CoffeeScript 86.1%Language:JavaScript 13.2%Language:Shell 0.7%