Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 471 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 471 Bytes

PyJulip

======================================================================================

Make sure to have a running ACE Julia installation first.

  • python setup.py install

======================================================================================

You may need pyjulia

Install pyjulia

  • python -m pip install --user julia

Initialise with Julia (make sure it's built against the correct Python)

  • python -c "import julia; julia.install()"