Spaces:
Running
Running
Quickstart
Install the LynxKite application with pip
:
pip install lynxkite
To be able to do anything useful, you also need to install one or more LynxKite environments.
If you want to work with data science and graph analytics, install the lynxkite-graph-analytics
package:
pip install lynxkite-graph-analytics
Create a folder for storing your LynxKite projects:
mkdir ~/lynxkite_projects
You're ready to run LynxKite!
cd ~/lynxkite_projects
lynxkite
Open http://localhost:8000/ in your browser.