Spaces:
Running
Running
File size: 581 Bytes
c577568 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
# Quickstart
Install the LynxKite application with `pip`:
```bash
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:
```bash
pip install lynxkite-graph-analytics
```
Create a folder for storing your LynxKite projects:
```bash
mkdir ~/lynxkite_projects
```
You're ready to run LynxKite!
```bash
cd ~/lynxkite_projects
lynxkite
```
Open [http://localhost:8000/](http://localhost:8000/) in your browser.
|