kalamine icon indicating copy to clipboard operation
kalamine copied to clipboard

Add instructions to install Kalamine

Open alexherbo2 opened this issue 6 years ago • 5 comments

alexherbo2 avatar May 02 '19 10:05 alexherbo2

Hi kaze,

I would like to revive #11 to add install instructions.

It is especially useful for people who want to make packages and NixOS users.

Dependencies
--------------------------------------------------------------------------------

* Python_ (>= 3.8)
* pip_
* Setuptools_
* libxml2_
* libxslt_

.. _Python: https://python.org
.. _pip: https://pip.pypa.io
.. _Setuptools: https://pypi.org/project/setuptools/
.. _libxml2: http://xmlsoft.org
.. _libxslt: http://xmlsoft.org


Installation
--------------------------------------------------------------------------------

.. code-block:: sh

    pip install --user kalamine

NixOS
`````

.. code-block:: sh

    nix-shell --packages python38 python38Packages.pip python38Packages.setuptools libxml2 libxslt --run 'pip install --user kalamine'

alexherbo2 avatar Jan 05 '20 11:01 alexherbo2

@alexherbo2 thanks for your instructions :-)

JulioJu avatar Jun 21 '20 02:06 JulioJu

I had to figure this out on my own yesterday and these instructions would have been very helpful. Is there a reason this has not been merged?

chambln avatar Nov 02 '22 22:11 chambln

My fork has a Poetry package file: https://github.com/qwerty-fr/kalamine/blob/master/pyproject.toml

How to use:

poetry install
poetry run kalamine qwerty-ansi.yaml

devnoname120 avatar Jan 29 '23 16:01 devnoname120

Just to mention that I just opened the following issue because I am packaging kalamine into nix.

https://github.com/fabi1cazenave/kalamine/issues/28

I received instructions directly from @fabi1cazenave to build it from source (and it is rather simple to build). I am not far from submitting the PR on nixpkgs. I will link it in my above issue once done.

lobre avatar Mar 24 '23 15:03 lobre