Skip to content

Commit 72e330d

Browse files
committed
cleaning
1 parent c94b97f commit 72e330d

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/gettingstarted.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Getting started
44

55
.. highlight:: bash
66

7+
78
Installation
89
============
910

@@ -14,12 +15,14 @@ The recommended way to install COMPAS is to use `Anaconda/conda <https://conda.i
1415
$ conda config --add channels conda-forge
1516
$ conda install COMPAS
1617

18+
1719
But it can also be installed using `pip`
1820

1921
::
2022

2123
$ pip install COMPAS
2224

25+
2326
To verify your setup, start Python from the command line and run the following:
2427

2528
::
@@ -29,14 +32,6 @@ To verify your setup, start Python from the command line and run the following:
2932
>>> import compas_blender
3033
>>> import compas_ghpython
3134

32-
Optionally, you can also install from source.
33-
Check the `Developer Guide <https://compas-dev.github.io/main/devguide.html>`_ for more info.
34-
To install the *bleeding edge version* directly from the GitHub repo
35-
36-
::
37-
38-
$ pip install git+https://github.com/compas-dev/compas.git
39-
4035

4136
Updates
4237
=======
@@ -82,7 +77,7 @@ Create an environment with a specific version of Python
8277

8378
::
8479

85-
$ conda create -n my-project python=2.7
80+
$ conda create -n my-project python=3.6
8681

8782

8883
Install COMPAS (or other packages) for this environment
@@ -95,9 +90,15 @@ Install COMPAS (or other packages) for this environment
9590
For further instructions about managing virtual environments with conda
9691
`see the docs <https://conda.io/docs/user-guide/tasks/manage-environments.html>`_.
9792

93+
9894
First Steps
9995
===========
10096

10197
* https://compas-dev.github.io/main/examples.html
10298
* https://compas-dev.github.io/main/tutorial.html
10399
* https://compas-dev.github.io/main/api.html
100+
101+
102+
Known Issues
103+
============
104+

0 commit comments

Comments
 (0)