Setting up your environment
Disclamer: these steps work on Linux, and usually on OSX. Windows is not yet supported. For updates on Windows support, see this issue.
- Open a terminal and navigate to where you want the Pinecone folder to go
- Run the command
git clone https://github.com/william01110111/Pinecone.git
. This will download the Pinecone source code - Move into the Pinecone directory
- run the command
make
. If you get a command not found error, you may need to install make or g++. - If all goes well, after a few seconds you should end up with a Pinecone executable in your current directory called
pinecone
. - Run it with the command
./pinecone path/to/pinecone/source.pn
. If you don’t have any Pinecone source code yet, test it with./pinecone examples/hello_world.pn
- If it works, you can now move on to the “basic concepts” tutorial
index | next: Basic Concepts -> |